Procházet zdrojové kódy

Do not hide the php migration output.

Raphael Schneeberger před 6 roky
rodič
revize
e274922517
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      install/upgrade/versions/latest.sh

+ 1 - 1
install/upgrade/versions/latest.sh

@@ -191,5 +191,5 @@ fi
 num_php_versions=$(ls -d /etc/php/*/fpm/pool.d 2>/dev/null |wc -l)
 if [ "$num_php_versions" -gt 1 ] && [ -z "$WEB_BACKEND" ]; then
     echo "(*) Migrate to new multiphp backend system..."
-    bash $HESTIA/install/upgrade/manual/migrate_multiphp.sh > /dev/null 2>&1
+    bash $HESTIA/install/upgrade/manual/migrate_multiphp.sh
 fi