File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1176,6 +1176,9 @@ update-rc.d vesta defaults
11761176service vesta start
11771177check_result $? " vesta start failed"
11781178
1179+ # Adding notifications
1180+ $VESTA /upd/add_notifications.sh
1181+
11791182
11801183# ----------------------------------------------------------#
11811184# Vesta Access Info #
Original file line number Diff line number Diff line change @@ -1245,6 +1245,9 @@ chkconfig vesta on
12451245service vesta start
12461246check_result $? " vesta start failed"
12471247
1248+ # Adding notifications
1249+ $VESTA /upd/add_notifications.sh
1250+
12481251
12491252# ----------------------------------------------------------#
12501253# Vesta Access Info #
Original file line number Diff line number Diff line change @@ -1165,6 +1165,9 @@ update-rc.d vesta defaults
11651165service vesta start
11661166check_result $? " vesta start failed"
11671167
1168+ # Adding notifications
1169+ $VESTA /upd/add_notifications.sh
1170+
11681171
11691172# ----------------------------------------------------------#
11701173# Vesta Access Info #
You can’t perform that action at this time.
0 commit comments