Loading entrypoint.sh +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ if [[ -e "$tarball" ]]; then [[ -e .htaccess ]] || ln -s conf/apache.conf .htaccess # Set file spermissions. chown -vR www-data:www-data conf data lib/{tpl,plugins} chmod -v 750 conf data chown -cR www-data:www-data conf data lib/{tpl,plugins} chmod -c 750 conf data # Remove deleted files. grep -Ev '^($|#)' data/deleted.files | xargs -n 1 rm -vf Loading Loading
entrypoint.sh +2 −2 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ if [[ -e "$tarball" ]]; then [[ -e .htaccess ]] || ln -s conf/apache.conf .htaccess # Set file spermissions. chown -vR www-data:www-data conf data lib/{tpl,plugins} chmod -v 750 conf data chown -cR www-data:www-data conf data lib/{tpl,plugins} chmod -c 750 conf data # Remove deleted files. grep -Ev '^($|#)' data/deleted.files | xargs -n 1 rm -vf Loading