We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fef4ee4 + b010b40 commit 207a482Copy full SHA for 207a482
bin/v-add-web-php
@@ -27,6 +27,10 @@ source_conf "$HESTIA/conf/hestia.conf"
27
28
check_args '1' "$#" 'VERSION'
29
30
+if [ -z "$WEB_BACKEND" ]; then
31
+ echo "Multiple php versions are not supported for modphp"
32
+fi
33
+
34
# Set file locations
35
php_fpm="/etc/init.d/php$version-fpm"
36
bin/v-delete-web-php
@@ -28,6 +28,10 @@ source_conf "$HESTIA/conf/hestia.conf"
37
0 commit comments