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:
parent
d7bf78aae6
commit
ca46c7cd1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue