From 08ec109b207167096e1b83f60a1fff37b2662d3e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 15 Jan 2022 12:12:43 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e03d350..4d136eb 100755 --- a/scripts/install +++ b/scripts/install @@ -94,7 +94,7 @@ ynh_add_config --template="../conf/sogo.conf" --destination="/etc/$app/sogo.conf ynh_add_config --template="../conf/stunnel.conf" --destination="/etc/stunnel/$app.conf" # Enable stunnel at startup -ynh_replace_string --match_string "ENABLED=0" --replace_string "ENABLED=1" --target_file /etc/default/stunnel4 +ynh_replace_string --match_string="ENABLED=0" --replace_string="ENABLED=1" --target_file="/etc/default/stunnel4" #================================================= # SETUP A CRON @@ -129,7 +129,7 @@ chmod u=rwX,g=rX,o= -R /var/log/$app #================================================= ynh_script_progression --message="Configuring log rotation..." --weight=1 -ynh_use_logrotate --logfile /var/log/$app/sogo.log --nonappend +ynh_use_logrotate --logfile="/var/log/$app/sogo.log" --nonappend #================================================= # INTEGRATE SERVICE IN YUNOHOST