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.
1 parent e3f6589 commit e43d014Copy full SHA for e43d014
func/upgrade.sh
@@ -228,7 +228,7 @@ update_php_templates() {
228
cp -f $HESTIA_INSTALL_DIR/templates/web/php-fpm/socket.tpl \
229
$HESTIA/data/templates/web/php-fpm/socket.tpl
230
231
- for version in $(v-list-sys-php plain); do
+ for version in $($HESTIA/bin/v-list-sys-php plain); do
232
echo "(*) Updating templates for PHP ${version}..."
233
cp -f $HESTIA_INSTALL_DIR/php-fpm/multiphp.tpl \
234
$HESTIA/data/templates/web/php-fpm/PHP-${version/\./_}.tpl;
0 commit comments