Update test.sh

This commit is contained in:
2019-11-23 19:27:44 -06:00
parent 04489601b3
commit 2d05f014aa

11
test.sh
View File

@@ -26,10 +26,13 @@ fi
filels="( $(ssh root@10.5.10.121 ls '/etc/nginx/sites-available/*') )"
#IFS='\n'
for f in $filels; do
echo "$f" done
NTS=('NC')
for NTYPE in "${!NTS}"; do
echo "HERE: $NTYPE"
done
exit 0