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