From c4f8d06ee701d9b1d2e023531a705c64a681c813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sun, 28 Jun 2020 03:40:58 +0200 Subject: [PATCH] Remove -v touch option --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 812cbe9..df55e32 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 -- GitLab