Parcourir la source

session fix for new installers

Serghey Rodin il y a 9 ans
Parent
commit
637fac7bfe

+ 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