session fix for new installers

This commit is contained in:
Serghey Rodin 2016-06-28 13:49:17 +03:00
commit 637fac7bfe
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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