mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Add --not_mandatory
This commit is contained in:
parent
62c9a53b3f
commit
3ba489fc6a
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ ynh_backup_uwsgi_service () {
|
|||
ynh_restore_uwsgi_service () {
|
||||
ynh_check_global_uwsgi_config
|
||||
ynh_restore_file --origin_path="/etc/uwsgi/apps-available/$app.ini"
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/uwsgi-app@$app.service.d"
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/uwsgi-app@$app.service.d" --not_mandatory
|
||||
|
||||
mkdir -p "/var/log/uwsgi/$app"
|
||||
chown $app:root "/var/log/uwsgi/$app"
|
||||
|
|
Loading…
Add table
Reference in a new issue