From 198b86a8da3d02ab38cdc110a7056a02a4bc9e96 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Sun, 21 Apr 2024 17:36:08 +0200 Subject: [PATCH] don't wait --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 0937b6c..a1563cb 100755 --- a/scripts/restore +++ b/scripts/restore @@ -66,7 +66,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" # INTEGRATE SERVICE IN YUNOHOST ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 yunohost service add $app --description="A decentral federated small advertisement platform" --log="/var/log/$app/$app.log" -ynh_systemd_action --action=start --line_match="Started flohmarkt server." +ynh_systemd_action --action=start # RELOAD NGINX ynh_script_progression --message="Reloading NGINX web server..." --weight=1