++debug
This commit is contained in:
parent
a2b6727c4f
commit
438dce61c6
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
# Nico Schottelius
|
# Nico Schottelius
|
||||||
# 2020-06-14
|
# 2020-06-14
|
||||||
|
|
||||||
set -e
|
|
||||||
set -x
|
|
||||||
|
|
||||||
if [ $# -ne 2 ]; then
|
if [ $# -ne 2 ]; then
|
||||||
echo "$0 viwib-ip-address viwib-id"
|
echo "$0 viwib-ip-address viwib-id"
|
||||||
|
@ -12,6 +10,9 @@ if [ $# -ne 2 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -e
|
||||||
|
set -x
|
||||||
|
|
||||||
viwib_ip=$1; shift
|
viwib_ip=$1; shift
|
||||||
|
|
||||||
id=$1; shift
|
id=$1; shift
|
||||||
|
|
Loading…
Reference in a new issue