mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +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.*$//')
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user