This commit is contained in:
Nico Schottelius 2021-07-19 21:52:59 +02:00
parent a2b6727c4f
commit 438dce61c6

View file

@ -2,8 +2,6 @@
# Nico Schottelius
# 2020-06-14
set -e
set -x
if [ $# -ne 2 ]; then
echo "$0 viwib-ip-address viwib-id"
@ -12,6 +10,9 @@ if [ $# -ne 2 ]; then
exit 1
fi
set -e
set -x
viwib_ip=$1; shift
id=$1; shift