diff --git a/entrypoint.sh b/entrypoint.sh index 812cbe9bd8a367b3351c75ffac12e4a5a1ed739d..df55e3242d4120b356f15cfaf547af5ff735575e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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