mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-05 00:27:25 +00:00
Ensure system php is used
This commit is contained in:
parent
4fdbad5ef8
commit
5a023f7868
@ -354,6 +354,7 @@ enable_user_ldap() {
|
|||||||
sed 's/-fpm.*$//')
|
sed 's/-fpm.*$//')
|
||||||
if [ $? -ne 0 ]; then
|
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..."
|
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
|
||||||
fi
|
fi
|
||||||
say_verbose "Installing system package $php-ldap"
|
say_verbose "Installing system package $php-ldap"
|
||||||
|
Loading…
Reference in New Issue
Block a user