Skip to content

Commit

Permalink
Updated log because using single quote prevents it being displayed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecuesta committed May 9, 2024
1 parent c8215cb commit ff472ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/change_datadir_ownership_to_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ datadir=$1
echo "Attempting to fix ${datadir} permissions to be owned by app:app"
chown -R app:app $datadir
echo "${datadir} permissions applied."
echo "Please turn off entrypoint override and ensure you are using user `app` or user `1005` when start container."
echo "Please turn off entrypoint override and ensure you are using user app or user 1005 when start container."
exit 0

0 comments on commit ff472ad

Please sign in to comment.