This commit is contained in:
j 2024-01-07 17:21:16 +01:00
parent 3683e60497
commit d02055d85e
1 changed files with 1 additions and 1 deletions

View File

@ -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