From 438dce61c67e1dea46049e614deea654f7776481 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 19 Jul 2021 21:52:59 +0200 Subject: [PATCH] ++debug --- openwrt/viwib-4-cleanup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openwrt/viwib-4-cleanup.sh b/openwrt/viwib-4-cleanup.sh index 5ed6c95..8359c61 100755 --- a/openwrt/viwib-4-cleanup.sh +++ b/openwrt/viwib-4-cleanup.sh @@ -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