We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847650d commit 57d44f9Copy full SHA for 57d44f9
src/deb/hestia/postinst
@@ -93,7 +93,6 @@ upgrade_send_notification_to_email
93
upgrade_send_log_to_email
94
95
if [ -e "/etc/hestiacp/hooks/post_install.sh" ]; then
96
- echo "[ * ] Execute post install hook"
97
/etc/hestiacp/hooks/post_install.sh
98
fi
99
src/deb/hestia/preinst
@@ -21,6 +21,5 @@ if [ ! "$HESTIA_V" = "$VERSION" ]; then
21
22
23
if [ -e "/etc/hestiacp/hooks/pre_install.sh" ]; then
24
- echo "[ * ] Execute pre install hook"
25
/etc/hestiacp/hooks/pre_install.sh
26
0 commit comments