mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
fix restore
This commit is contained in:
parent
6234a8898e
commit
545e03dc7e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
ynh_script_progression --message="Restoring various files..."
|
||||
|
||||
ynh_restore_file --origin_path="/etc/uwsgi/apps-available/$app.ini"
|
||||
ynh_restore_file --origin_path="/var/log/uwsgi/$app"
|
||||
mkdir -p "/var/log/uwsgi/$app"
|
||||
chown $app:root /var/log/uwsgi/$app
|
||||
ynh_check_global_uwsgi_config
|
||||
systemctl enable "uwsgi-app@$app.service" --quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue