mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 05:14:08 -07:00
Merge pull request #1750 from hacktivista/fix/debian-chown-admin
Don't chown $VESTA/data/sessions admin:admin previous to user admin creation
This commit is contained in:
commit
46d080cd8a
1 changed files with 0 additions and 1 deletions
|
@ -722,7 +722,6 @@ chmod -R 750 $VESTA/data/queue
|
||||||
chmod 660 $VESTA/log/*
|
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
|
||||||
chown admin:admin $VESTA/data/sessions
|
|
||||||
chmod 770 $VESTA/data/sessions
|
chmod 770 $VESTA/data/sessions
|
||||||
|
|
||||||
# Generating vesta configuration
|
# Generating vesta configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue