Skip to content

Commit e274922

Browse files
committed
Do not hide the php migration output.
1 parent ef1b2d4 commit e274922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,5 @@ fi
191191
num_php_versions=$(ls -d /etc/php/*/fpm/pool.d 2>/dev/null |wc -l)
192192
if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
193193
echo "(*) Migrate to new multiphp backend system..."
194-
bash $HESTIA/install/upgrade/manual/migrate_multiphp.sh > /dev/null 2>&1
194+
bash $HESTIA/install/upgrade/manual/migrate_multiphp.sh
195195
fi

0 commit comments

Comments
 (0)