mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
install notifications
This commit is contained in:
parent
875474a951
commit
e8431de456
3 changed files with 9 additions and 0 deletions
|
@ -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 #
|
||||||
|
|
|
@ -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 #
|
||||||
|
|
|
@ -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 #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue