We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d3e0 commit 3519366Copy full SHA for 3519366
install/upgrade/versions/latest.sh
@@ -191,5 +191,6 @@ fi
191
num_php_versions=$(ls -d /etc/php/*/fpm/pool.d 2>/dev/null |wc -l)
192
if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
193
echo "(*) Migrate to new multiphp backend system..."
194
- bash $HESTIA/install/upgrade/manual/migrate_multiphp.sh
+ cp -rf $HESTIA/data/templates/web $HESTIA_BACKUP/templates/web
195
+ bash $HESTIA/install/upgrade/manual/migrate_multiphp.sh > /dev/null 2>&1
196
fi
0 commit comments