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 4ce73b5 + 595ce38 commit 4b4edd5Copy full SHA for 4b4edd5
install/hst-install-debian.sh
@@ -1245,7 +1245,6 @@ fi
1245
1246
if [ "$multiphp" = 'yes' ] ; then
1247
for v in "${multiphp_v[@]}"; do
1248
- cp -r /etc/php/$v/ /root/hst_install_backups/php$v/
1249
rm -f /etc/php/$v/fpm/pool.d/*
1250
echo "[ * ] Install PHP version $v..."
1251
$HESTIA/bin/v-add-web-php "$v" > /dev/null 2>&1
install/hst-install-ubuntu.sh
@@ -1299,7 +1299,6 @@ fi
1299
1300
1301
1302
1303
1304
1305
0 commit comments