From d025848f257b8e71023a7260fe8b52fd4f1af65c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 27 Feb 2022 23:28:09 +0100 Subject: [PATCH] Cleanup --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index 1da43bd..da84892 100755 --- a/scripts/install +++ b/scripts/install @@ -139,10 +139,6 @@ chmod 750 "/etc/openproject/" chmod -R o-rwx "/etc/openproject/" chown -R $app:$app "/etc/openproject/" -#ynh_replace_string --match_string=".*PORT=.*" --replace_string="export PORT=$port" --target_file="/etc/default/openproject" -#echo $app $app/port select $port | debconf-set-selections -#openproject config:set PORT $port - openproject config:set PORT=$port openproject config:set SERVER_PROTOCOL_FORCE_HTTPS="true" openproject config:set SERVER_HOSTNAME=$domain @@ -150,9 +146,6 @@ openproject config:set SERVER_PATH_PREFIX=$path_url openproject configure >> "$YNH_STDINFO" -#ynh_replace_string --match_string="default: localhost:3000" --replace_string="default: $domain" --target_file="/opt/openproject/config/settings.yml" -#ynh_replace_string --match_string="default: http" --replace_string="default: https" --target_file="/opt/openproject/config/settings.yml" - #================================================= # GENERIC FINALIZATION #=================================================