From 089ce68cc65fb30a43f86f06b6357871dbc3c7c0 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 Mar 2023 14:28:00 -0400 Subject: [PATCH] New generic install method --- installJRMC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index bbd2936..349c1ab 100755 --- a/installJRMC +++ b/installJRMC @@ -871,8 +871,8 @@ installMCGENERIC() { grep -i "Depends:" control tar xvf "data.tar.xz" &>/dev/null # List of files to install - #raw_files=("$(find etc/ usr/ -mindepth 1 -type f)") - debug "raw_files=(${raw_files[*]})" + raw_files=("$(find etc/ usr/ -mindepth 1 -type f)") + #debug "raw_files=(${raw_files[*]})" # Output to log file for f in "${raw_files[@]}"; do echo "/$f"