Chris Vogel před 1 rokem
rodič
revize
67605b5fcd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      scripts/restore

+ 1 - 1
scripts/restore

@@ -66,7 +66,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
 # INTEGRATE SERVICE IN YUNOHOST
 # INTEGRATE SERVICE IN YUNOHOST
 ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
 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"
 yunohost service add $app --description="A decentral federated small advertisement platform" --log="/var/log/$app/$app.log"
-ynh_systemd_action --action=start 
+ynh_systemd_action --action=start --line_match="INFO:     Application startup complete."
 
 
 # RELOAD NGINX
 # RELOAD NGINX
 ynh_script_progression --message="Reloading NGINX web server..." --weight=1
 ynh_script_progression --message="Reloading NGINX web server..." --weight=1