Skip to content

Commit d21da77

Browse files
committed
Merge origin/master
2 parents 446e507 + dee4993 commit d21da77

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

src/deb/hestia/postinst

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,6 @@ if [ ! -e "/usr/local/hestia/data/users/admin" ]; then
55
exit
66
fi
77

8-
# Run SUDO trigger
9-
if [ -x "/usr/local/hestia/upd/add_sudo.sh" ]; then
10-
/usr/local/hestia/upd/add_sudo.sh
11-
fi
12-
13-
# Run Notification trigger
14-
if [ -x "/usr/local/hestia/upd/add_notifications.sh" ]; then
15-
/usr/local/hestia/upd/add_notifications.sh
16-
fi
17-
18-
# Run session save path trigger
19-
if [ -x "/usr/local/hestia/upd/fix_sessions.sh" ]; then
20-
/usr/local/hestia/upd/fix_sessions.sh
21-
fi
22-
23-
if [ -x /usr/local/hestia/upd/fix_nginx_auth.sh ]; then
24-
/usr/local/hestia/upd/fix_nginx_auth.sh
25-
fi
26-
27-
if [ -x /usr/local/hestia/upd/fix_roundcube.sh ]; then
28-
/usr/local/hestia/upd/fix_roundcube.sh
29-
fi
8+
# upgrade routines goes here
309

31-
exit 0
10+
exit 0

0 commit comments

Comments
 (0)