mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
Don't chown $VESTA/data/sessions admin:admin previous to user admin creation
Fixes `chown: invalid user: 'admin:admin'` on Debian installations, line not present in other distros install scripts
This commit is contained in:
parent
cbbf27fc46
commit
0760e6a2e6
1 changed files with 0 additions and 1 deletions
|
@ -711,7 +711,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