From 60b6b27247c8947e83760a992fa307151a16caea Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 23 Dec 2018 09:20:16 +0100 Subject: [PATCH] Correct ynh_systemd_action --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1bff93b..88dbd88 100755 --- a/scripts/install +++ b/scripts/install @@ -217,7 +217,7 @@ fi ynh_print_info "Reload nginx and start $app" systemctl reload nginx #systemctl start $app -ynh_systemd_action -l "Started calibreweb" +ynh_systemd_action -l "INFO in server: Starting Gevent server" #================================================= # WARNING FOR READ ACCESS