mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
added chown back for $VESTA/data/sessions
This commit is contained in:
parent
4b226fa49b
commit
e4ed3ba3c5
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ chmod 660 $VESTA/log/*
|
||||||
rm -f /var/log/vesta
|
rm -f /var/log/vesta
|
||||||
ln -s $VESTA/log /var/log/vesta
|
ln -s $VESTA/log /var/log/vesta
|
||||||
chmod 770 $VESTA/data/sessions
|
chmod 770 $VESTA/data/sessions
|
||||||
|
chown admin:admin $VESTA/data/sessions
|
||||||
|
|
||||||
# Generating vesta configuration
|
# Generating vesta configuration
|
||||||
rm -f $VESTA/conf/vesta.conf 2>/dev/null
|
rm -f $VESTA/conf/vesta.conf 2>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue