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

Fix a log in restore script

This commit is contained in:
Augustin Trancart 2022-02-08 14:16:49 +01:00
parent 18e06aa443
commit 72de6eeb50
No known key found for this signature in database
GPG key ID: 364720A015B27E4A

View file

@ -91,7 +91,7 @@ ynh_restore_uwsgi_service
# RELOAD NGINX AND UWSGI
#=================================================
ynh_script_progression --message="Starting pgadmin services..." --weight=3
ynh_script_progression --message="Starting $app services..." --weight=3
ynh_systemd_action --service_name "uwsgi-app@$app.service" \
--line_match "WSGI app 0 \(mountpoint='[/[:alnum:]_-]*'\) ready in [[:digit:]]* seconds on interpreter" --log_path "/var/log/uwsgi/$app/$app.log"
ynh_systemd_action --service_name=nginx --action=reload