From a396b1a4338f0fa8eb0d1ce1873b13deaa1efae2 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 4 Dec 2021 14:44:42 +0100 Subject: [PATCH] convert_filecache_bigint.sh: fix error (typo). --- convert_filecache_bigint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert_filecache_bigint.sh b/convert_filecache_bigint.sh index 62cfc71..9853a29 100755 --- a/convert_filecache_bigint.sh +++ b/convert_filecache_bigint.sh @@ -477,7 +477,7 @@ fi if [[ ! -x "$PHP_BIN" ]]; then fatal "No PHP binary found!" -f +fi CURRENT_INSTALL_DIR="$(realpath ${WEB_BASE_DIR}/nextcloud)"