fix blank
This commit is contained in:
parent
6a9aefd522
commit
b53e336858
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ sshs() {
|
|||
echo "FILELIST: $FILELIST"
|
||||
if [ -e "${HOME}/.config/myshellconfig/sshs_addfiles.conf" ] ; then
|
||||
for f in $(cat "${HOME}/.config/myshellconfig/sshs_addfiles.conf");do
|
||||
[ -e "$f" ] && {\
|
||||
[ -e "$f" ] && {\
|
||||
echo "add $f to FILELIST"; \
|
||||
FILELIST+=("$f"); }
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue