From dccde83e079fe4553703923992f5eff0c1ab3120 Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Tue, 9 Mar 2021 17:41:16 +0100 Subject: [PATCH] remove raspberry-gpio extension --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 9b6ec89..13fa6fb 100755 --- a/scripts/install +++ b/scripts/install @@ -134,10 +134,10 @@ ynh_add_systemd_config --others_var="conf_file start_file" # substitute __CO ynh_script_progression --message="Setup config file..." --time --weight=1 cp ../conf/app.conf "$conf_file" -if [ -n "$(uname -m | grep arm)" ]; # check CPU (raspberry is armxx) - then - cat ../conf/raspberry.conf >> "$conf_file" -fi +#if [ -n "$(uname -m | grep arm)" ]; # check CPU (raspberry is armxx) +# then +# cat ../conf/raspberry.conf >> "$conf_file" +#fi ynh_replace_string --match_string="__PORT__" --replace_string=$port --target_file="$conf_file" ynh_replace_string --match_string="__MEDIADIR__" --replace_string=$media_dir --target_file="$conf_file"