Ver código fonte

install notifications

Serghey Rodin 10 anos atrás
pai
commit
e8431de456

+ 3 - 0
install/vst-install-debian.sh

@@ -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                      #

+ 3 - 0
install/vst-install-rhel.sh

@@ -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                      #

+ 3 - 0
install/vst-install-ubuntu.sh

@@ -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                      #