Explorar o código

Log installer output (#2585)

Jaap Marcus %!s(int64=3) %!d(string=hai) anos
pai
achega
bef2759541
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -925,7 +925,7 @@ chmod a+x /usr/sbin/policy-rc.d
 echo "The installer is now downloading and installing all required packages."
 echo -ne "NOTE: This process may take 10 to 15 minutes to complete, please wait... "
 echo
-apt-get -y install $software > /dev/null 2>&1 &
+apt-get -y install $software > $LOG
 BACK_PID=$!
 
 # Check if package installation is done, print a spinner

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -946,7 +946,7 @@ chmod a+x /usr/sbin/policy-rc.d
 echo "The installer is now downloading and installing all required packages."
 echo -ne "NOTE: This process may take 10 to 15 minutes to complete, please wait... "
 echo
-apt-get -y install $software > /dev/null 2>&1 &
+apt-get -y install $software > $LOG
 BACK_PID=$!
 
 # Check if package installation is done, print a spinner