From 5a023f78685bd795205632ceadb72996fbcd637f Mon Sep 17 00:00:00 2001 From: downtownallday Date: Wed, 4 Nov 2020 14:26:20 -0500 Subject: [PATCH] Ensure system php is used --- setup/mods.available/remote-nextcloud-use-miab.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/mods.available/remote-nextcloud-use-miab.sh b/setup/mods.available/remote-nextcloud-use-miab.sh index 895b1df7..fc93b344 100755 --- a/setup/mods.available/remote-nextcloud-use-miab.sh +++ b/setup/mods.available/remote-nextcloud-use-miab.sh @@ -354,6 +354,7 @@ enable_user_ldap() { sed 's/-fpm.*$//') if [ $? -ne 0 ]; then say "Warning: this looks like a Cloud-In-A-Box system, but detecting the php version used by Nextcloud failed. Using the system php-ldap module..." + php="php" fi fi say_verbose "Installing system package $php-ldap"