From 36dc5ffcee3ef673bed583b62eb7bb777e16c33a Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 16 Feb 2025 11:55:19 +0100 Subject: [PATCH] Fix missing $ --- setup/nextcloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/nextcloud.sh b/setup/nextcloud.sh index d31951f7..b0509bbc 100755 --- a/setup/nextcloud.sh +++ b/setup/nextcloud.sh @@ -63,7 +63,7 @@ user_external_hash=280d24eb2a6cb56b4590af8847f925c28d8d853e # 5.4 Go to Administration > Logs and ensure no new errors are shown # Set a local variable for the PHP version -NC_PHP_VER=PHP_VER +NC_PHP_VER=$PHP_VER # Clear prior packages and install dependencies from apt. apt-get purge -qq -y owncloud* # we used to use the package manager