From 2003dc99bd92f933f95d7bc69b09120f8b362005 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Jul 2019 19:23:23 +0200 Subject: [PATCH] Update scripts/change_url Co-Authored-By: Alexandre Aubin --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 1ebfc1d..08a8537 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -101,7 +101,7 @@ ynh_replace_string --match_string="$old_domain$old_path" --replace_string="$new_ #================================================= # START SYSTEMD SERVICE #================================================= -ynh_print_info --message="Starting a systemd service..." +ynh_print_info --message="Starting $app service..." ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Started Wekan, task board" sleep 30