Skip to content

Commit bef2759

Browse files
authored
Log installer output (hestiacp#2585)
1 parent fad2195 commit bef2759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ chmod a+x /usr/sbin/policy-rc.d
925925
echo "The installer is now downloading and installing all required packages."
926926
echo -ne "NOTE: This process may take 10 to 15 minutes to complete, please wait... "
927927
echo
928-
apt-get -y install $software > /dev/null 2>&1 &
928+
apt-get -y install $software > $LOG
929929
BACK_PID=$!
930930

931931
# Check if package installation is done, print a spinner

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ chmod a+x /usr/sbin/policy-rc.d
946946
echo "The installer is now downloading and installing all required packages."
947947
echo -ne "NOTE: This process may take 10 to 15 minutes to complete, please wait... "
948948
echo
949-
apt-get -y install $software > /dev/null 2>&1 &
949+
apt-get -y install $software > $LOG
950950
BACK_PID=$!
951951

952952
# Check if package installation is done, print a spinner

0 commit comments

Comments
 (0)