Skip to content
Snippets Groups Projects
Commit d57ae00a authored by Jordon Bedwell's avatar Jordon Bedwell
Browse files

Chown the entire gem directory.

parent bd6df07d
Branches
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ fi ...@@ -18,8 +18,8 @@ fi
if [ "$1" = "install" ] || [ "$1" = "clean" ] || [ "$1" = "update" ]; then if [ "$1" = "install" ] || [ "$1" = "clean" ] || [ "$1" = "update" ]; then
if [ "$(stat -c '%U' "$BUNDLE_HOME")" != "jekyll" ]; then if [ "$(stat -c '%U' "$BUNDLE_HOME")" != "jekyll" ]; then
chown -R jekyll:jekyll /usr/gem/cache/bundle
chown -R jekyll:jekyll "$BUNDLE_HOME" chown -R jekyll:jekyll "$BUNDLE_HOME"
chown -R jekyll:jekyll /usr/gem
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment