File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,6 @@ if [ ! -e "/usr/local/hestia/data/users/admin" ]; then
55 exit
66fi
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
You can’t perform that action at this time.
0 commit comments