Skip to content

Commit 57d44f9

Browse files
committed
Hide messages
1 parent 847650d commit 57d44f9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/deb/hestia/postinst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ upgrade_send_notification_to_email
9393
upgrade_send_log_to_email
9494

9595
if [ -e "/etc/hestiacp/hooks/post_install.sh" ]; then
96-
echo "[ * ] Execute post install hook"
9796
/etc/hestiacp/hooks/post_install.sh
9897
fi
9998

src/deb/hestia/preinst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ if [ ! "$HESTIA_V" = "$VERSION" ]; then
2121
fi
2222

2323
if [ -e "/etc/hestiacp/hooks/pre_install.sh" ]; then
24-
echo "[ * ] Execute pre install hook"
2524
/etc/hestiacp/hooks/pre_install.sh
2625
fi

0 commit comments

Comments
 (0)