install notifications

This commit is contained in:
Serghey Rodin 2015-11-07 14:58:27 +02:00
commit e8431de456
3 changed files with 9 additions and 0 deletions

View file

@ -1176,6 +1176,9 @@ update-rc.d vesta defaults
service vesta start service vesta start
check_result $? "vesta start failed" check_result $? "vesta start failed"
# Adding notifications
$VESTA/upd/add_notifications.sh
#----------------------------------------------------------# #----------------------------------------------------------#
# Vesta Access Info # # Vesta Access Info #

View file

@ -1245,6 +1245,9 @@ chkconfig vesta on
service vesta start service vesta start
check_result $? "vesta start failed" check_result $? "vesta start failed"
# Adding notifications
$VESTA/upd/add_notifications.sh
#----------------------------------------------------------# #----------------------------------------------------------#
# Vesta Access Info # # Vesta Access Info #

View file

@ -1165,6 +1165,9 @@ update-rc.d vesta defaults
service vesta start service vesta start
check_result $? "vesta start failed" check_result $? "vesta start failed"
# Adding notifications
$VESTA/upd/add_notifications.sh
#----------------------------------------------------------# #----------------------------------------------------------#
# Vesta Access Info # # Vesta Access Info #