mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Fix uwsgi helper
This commit is contained in:
parent
d919dcc49a
commit
14e1be1819
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ ynh_add_uwsgi_service () {
|
|||
fi
|
||||
ynh_store_file_checksum "$finaluwsgiini"
|
||||
|
||||
chown root: "$finaluwsgiini"
|
||||
chown $app "$finaluwsgiini"
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable "uwsgi-app@$app.service"
|
||||
|
@ -76,4 +76,4 @@ ynh_remove_uwsgi_service () {
|
|||
ynh_secure_remove "$finaluwsgiini"
|
||||
ynh_secure_remove "/var/log/uwsgi/app/$app"
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue