Просмотр исходного кода

session fix for new installers

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

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

@@ -1185,6 +1185,7 @@ fi
 update-rc.d vesta defaults
 service vesta start
 check_result $? "vesta start failed"
+chown admin:admin $VESTA/data/sessions
 
 # Adding notifications
 $VESTA/upd/add_notifications.sh

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

@@ -1255,6 +1255,7 @@ fi
 chkconfig vesta on
 service vesta start
 check_result $? "vesta start failed"
+chown admin:admin $VESTA/data/sessions
 
 # Adding notifications
 $VESTA/upd/add_notifications.sh

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

@@ -1174,6 +1174,7 @@ fi
 update-rc.d vesta defaults
 service vesta start
 check_result $? "vesta start failed"
+chown admin:admin $VESTA/data/sessions
 
 # Adding notifications
 $VESTA/upd/add_notifications.sh