forked from 0x2620/pandora
chown :
This commit is contained in:
parent
3683e60497
commit
d02055d85e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if [ "$action" = "pandora" ]; then
|
|||
/srv/pandora/pandora/manage.py init_db
|
||||
$update db
|
||||
echo "Generating static files..."
|
||||
chown -R ${user}.${user} /srv/pandora/
|
||||
chown -R ${user}:${user} /srv/pandora/
|
||||
$update static
|
||||
touch /srv/pandora/initialized
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue