From d47f635133a1d20031429ca22aa70490d31fba89 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 30 Jan 2023 13:36:38 -0500 Subject: [PATCH] Add debug --- openwrtbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index bba6a01..9f34dab 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -715,14 +715,14 @@ fromSource() { popd &>/dev/null || return 1 - moveSourceImage + linkSourceImage exit } # Make the output tree match Image Builder's (non-destructively) -moveSourceImage() { +linkSourceImage() { declare out_file declare -a out_files=("$THIS_BINDIR/targets/${P_ARR[target]}/"*.{img,img.gz,ubi}) for out_file in "${out_files[@]}"; do