From 12ed3a06076b3a3ffe74cfa276276ac2c5bfbeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:26:18 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ec0cac5..0c661f0 100644 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ ynh_use_logrotate --specific_user=$app/$app ynh_script_progression --message="Starting systemd service..." --weight=20 # Start a systemd service -ynh_systemd_action --service_name=$app --action=restart --line_match="Your Etherpad version is" --log_path="/var/log/$app/etherpad.log" +ynh_systemd_action --service_name=$app --action=restart --log_path=systemd --line_match="Your Etherpad version is" if [ $mypads -eq 1 ] then @@ -155,7 +155,7 @@ then ynh_mysql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < "../conf/lang_mypads.sql" # Wait for etherpad to be fully started - ynh_systemd_action --action=restart --line_match="Your Etherpad version is" --log_path="systemd" + ynh_systemd_action --action=restart --log_path=systemd --line_match="Your Etherpad version is" fi #=================================================