++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
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue