Loading entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ if [[ -e "$tarball" ]]; then grep -Ev '^($|#)' data/deleted.files | xargs -n 1 rm -vf # Force cache purge [ -e conf/local.php ] && touch -v conf/local.php [ -e conf/local.php ] && touch conf/local.php popd > /dev/null rm -v "$tarball" fi Loading Loading
entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ if [[ -e "$tarball" ]]; then grep -Ev '^($|#)' data/deleted.files | xargs -n 1 rm -vf # Force cache purge [ -e conf/local.php ] && touch -v conf/local.php [ -e conf/local.php ] && touch conf/local.php popd > /dev/null rm -v "$tarball" fi Loading