Skip to content

Commit 637fac7

Browse files
committed
session fix for new installers
1 parent 17c2088 commit 637fac7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

install/vst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,6 +1185,7 @@ fi
11851185
update-rc.d vesta defaults
11861186
service vesta start
11871187
check_result $? "vesta start failed"
1188+
chown admin:admin $VESTA/data/sessions
11881189

11891190
# Adding notifications
11901191
$VESTA/upd/add_notifications.sh

install/vst-install-rhel.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,7 @@ fi
12551255
chkconfig vesta on
12561256
service vesta start
12571257
check_result $? "vesta start failed"
1258+
chown admin:admin $VESTA/data/sessions
12581259

12591260
# Adding notifications
12601261
$VESTA/upd/add_notifications.sh

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ fi
11741174
update-rc.d vesta defaults
11751175
service vesta start
11761176
check_result $? "vesta start failed"
1177+
chown admin:admin $VESTA/data/sessions
11771178

11781179
# Adding notifications
11791180
$VESTA/upd/add_notifications.sh

0 commit comments

Comments
 (0)