This commit is contained in:
Nguyen Huu Thuong
2020-06-12 02:42:22 +02:00
parent 2d88e23af0
commit f2885cfe87
3 changed files with 12 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ executeSSH() {
# this while read each commands in line and
# evaluate each line against all environment variables
echo "TEST $LINES"
while IFS= read -r LINE; do
echo "TEST $LINE"
LINE=$(echo $LINE)