mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
session fix for new installers
This commit is contained in:
parent
17c20881e1
commit
637fac7bfe
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue