Skip to content

Commit

Permalink
Fix envygeeks#195: Forgot a \! Thanks @chuckha.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Nov 29, 2017
1 parent 9f61a10 commit 7b62b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/jekyll/copy/all/usr/jekyll/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ "$JEKYLL_UID" != "0" ] && [ "$JEKYLL_UID" != "$(id -u jekyll)" ]; then
groupmod -g $JEKYLL_GID jekyll

if [ "$FULL_CHOWN" ]; then
chown -R jekyll:jekyll
chown -R jekyll:jekyll \
$JEKYLL_DATA_DIR
else
chown jekyll:jekyll \
Expand Down

0 comments on commit 7b62b18

Please sign in to comment.