From 41bce602d62a1a50dd34f9bc407240cfeaf71a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 15 Dec 2020 12:57:43 +0100 Subject: [PATCH] add debug --- functions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 904a889..3014c11 100755 --- a/functions.sh +++ b/functions.sh @@ -355,6 +355,7 @@ sshs() { if [ -e "${HOME}/.config/myshellconfig/sshs_addfiles.conf" ] ; then cat "${HOME}/.config/myshellconfig/sshs_addfiles.conf"|while read i;do + echo "add $i to FILELIST" FILELIST+=("$i") done fi @@ -386,7 +387,7 @@ EOF for f in ${FILELIST[*]}; do if [ -e $f ]; then - #echo add $f to tmpconfig + echo add $f to tmpconfig cat "$f" >> "${TMPBASHCONFIG}"; fi done