Skip to content

Commit

Permalink
fix(helper): fixes image configuration script
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Imobersteg committed Mar 5, 2019
1 parent 8708f5c commit 0b43c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/configure-image.sh
Expand Up @@ -60,7 +60,7 @@ if [ -d /etc/nginx ]; then
find /etc/nginx -type f -name *.conf -print0 | xargs -r -0 sed -i "s/user .*;/user dde;/"
fi
if [ -d /var/cache/nginx ]; then
chown -R dde:dde /var/tmp/nginx
chown -R dde:dde /var/cache/nginx
fi
if [ -d /var/tmp/nginx ]; then
chown -R dde:dde /var/tmp/nginx
Expand Down

0 comments on commit 0b43c49

Please sign in to comment.