Skip to content

Commit

Permalink
correct env bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 9, 2024
1 parent 62b3c47 commit f1bef35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/scripts/files/bash/update_ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chgrp -R www-data $UI_FOLDER

ENV=$UI_FOLDER/.env
if [ -f "$ENV" ]; then
echo "$FILE exists."
echo "$ENV exists."
else
mv $UI_FOLDER/.env.example $ENV
fi

0 comments on commit f1bef35

Please sign in to comment.