Serghey Rodin 10 лет назад
Родитель
Сommit
e8431de456
3 измененных файлов с 9 добавлено и 0 удалено
  1. 3 0
      install/vst-install-debian.sh
  2. 3 0
      install/vst-install-rhel.sh
  3. 3 0
      install/vst-install-ubuntu.sh

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

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

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

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

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

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