convert_filecache_bigint.sh: fix error (typo).

This commit is contained in:
Christoph 2021-12-04 14:44:42 +01:00
parent 0a4997484c
commit a396b1a433

View File

@ -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)"