* Add check of php-fpm support before installing php version via CLI * Bug in v-add-web-php
@@ -27,6 +27,10 @@ source_conf "$HESTIA/conf/hestia.conf"
check_args '1' "$#" 'VERSION'
+if [ -z "$WEB_BACKEND" ]; then
+ echo "Multiple php versions are not supported for modphp"
+fi
+
# Set file locations
php_fpm="/etc/init.d/php$version-fpm"
@@ -28,6 +28,10 @@ source_conf "$HESTIA/conf/hestia.conf"