fix blank

This commit is contained in:
Jakobus Schürz 2020-12-15 13:17:18 +01:00
parent 6a9aefd522
commit b53e336858

View file

@ -356,7 +356,7 @@ sshs() {
echo "FILELIST: $FILELIST" echo "FILELIST: $FILELIST"
if [ -e "${HOME}/.config/myshellconfig/sshs_addfiles.conf" ] ; then if [ -e "${HOME}/.config/myshellconfig/sshs_addfiles.conf" ] ; then
for f in $(cat "${HOME}/.config/myshellconfig/sshs_addfiles.conf");do for f in $(cat "${HOME}/.config/myshellconfig/sshs_addfiles.conf");do
[ -e "$f" ] && {\ [ -e "$f" ] && {\
echo "add $f to FILELIST"; \ echo "add $f to FILELIST"; \
FILELIST+=("$f"); } FILELIST+=("$f"); }
done done