1
0
Fork 0
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:
yalh76 2022-03-08 20:46:06 +01:00
parent 6234a8898e
commit 545e03dc7e

View file

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