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 878ae55 commit e7b18daCopy full SHA for e7b18da
src/deb/php/control
@@ -1,7 +1,7 @@
1
Source: hestia-php
2
Package: hestia-php
3
Priority: optional
4
-Version: 7.4.11
+Version: 7.4.11~1
5
Section: admin
6
Maintainer: HestaCP <info@hestiacp.com>
7
Homepage: https://www.hestiacp.com
src/deb/php/postinst
@@ -6,6 +6,11 @@ if [ "$1" != "configure" ]; then
exit 0
fi
8
9
+# Run triggers below only on updates
10
+if [ ! -e "/usr/local/hestia/data/users/admin" ]; then
11
+ exit
12
+fi
13
+
14
# Restart hestia service
15
if [ -f "/etc/init.d/hestia" ]; then
16
systemctl restart hestia > /dev/null 2>&1
0 commit comments