Skip to content

Commit

Permalink
Merge pull request #13 from Cosvernauta/Alpha
Browse files Browse the repository at this point in the history
v3.1
  • Loading branch information
Cosvernauta authored Apr 27, 2023
2 parents 1a5991f + 2884e4d commit 8572a4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion util/xmlUtil3.io
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# xmlUtil3.io
# xmllint - libxml2-utils
# Version 3.0 - Revisado: 280622-1832
# Version 3.1 - Revisado: 120423-1844
RTCON=${1}/consoles.xml
NOD="$2"
TYPE=$3
Expand Down Expand Up @@ -39,4 +40,9 @@ else

fi

echo "$USR $PASSWD $IP $PORT"
if [ "${USR}" != "" ];then
echo "$USR $PASSWD $IP $PORT"
else
echo "ERR4"
fi

0 comments on commit 8572a4c

Please sign in to comment.