Browse Source

Hide messages

Jaap Marcus 4 years ago
parent
commit
57d44f98c1
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/deb/hestia/postinst
  2. 0 1
      src/deb/hestia/preinst

+ 0 - 1
src/deb/hestia/postinst

@@ -93,7 +93,6 @@ upgrade_send_notification_to_email
 upgrade_send_log_to_email
 
 if [ -e "/etc/hestiacp/hooks/post_install.sh" ]; then
-    echo "[ * ] Execute post install hook"
     /etc/hestiacp/hooks/post_install.sh
 fi
 

+ 0 - 1
src/deb/hestia/preinst

@@ -21,6 +21,5 @@ if [ ! "$HESTIA_V" = "$VERSION" ]; then
 fi
 
 if [ -e "/etc/hestiacp/hooks/pre_install.sh" ]; then
-    echo "[ * ] Execute pre install hook"
     /etc/hestiacp/hooks/pre_install.sh
 fi