Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
asakapab0i committed Jan 29, 2024
1 parent 4c19534 commit 70013b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/update_script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ -f "$PULLPREVIEW_ENV_FILE" ]; then
rm -f "$PULLPREVIEW_ENV_FILE"
else
PULLPREVIEW_FIRST_RUN=true
rm -rf "$APP_PATH" # delete folder on first launch
sudo rm -rf "$APP_PATH" # delete folder on first launch
fi

echo 'PULLPREVIEW_PUBLIC_DNS=<%= locals.public_dns %>' >> $PULLPREVIEW_ENV_FILE
Expand Down

0 comments on commit 70013b8

Please sign in to comment.