1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Fix backup

This commit is contained in:
ewilly 2023-10-18 21:38:48 +02:00
parent d7bf78aae6
commit ca46c7cd1a

View file

@ -110,7 +110,7 @@ ynh_backup_uwsgi_service () {
ynh_backup --src_path="/etc/uwsgi/apps-available/$app.ini" ynh_backup --src_path="/etc/uwsgi/apps-available/$app.ini"
if [ -e "/etc/systemd/system/uwsgi-app@$app.service.d" ]; then if [ -e "/etc/systemd/system/uwsgi-app@$app.service.d" ]; then
ynh_backup --src_path="/etc/systemd/system/uwsgi-app@$app.service.d" ynh_backup --src_path="/etc/systemd/system/uwsgi-app@$app.service.d"
FI fi
} }
# Restore the dedicated uwsgi config # Restore the dedicated uwsgi config