Skip to content

Commit

Permalink
im gonna lose it
Browse files Browse the repository at this point in the history
  • Loading branch information
yumio7 authored Jun 1, 2024
1 parent fd5e7e4 commit 517a781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/dev/workaround
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ set -e
. /scripts/dev/keepup_temp
. /scripts/dev/ignite

if [ "$UPDATE_DATA_OWNER" = "true" ]; then
echo "Updating owner for /data to $UID:$GID"
chown $UID:$GID -R /data
fi
# if [ "$UPDATE_DATA_OWNER" = "true" ]; then
# echo "Updating owner for /data to $UID:$GID"
# chown $UID:$GID -R /data
# fi

exec /start

0 comments on commit 517a781

Please sign in to comment.