[openwrt] set -e does not work for updates

This commit is contained in:
Nico Schottelius 2021-07-19 21:53:55 +02:00
parent fc2aa93d5e
commit f73089acd5

View file

@ -8,7 +8,6 @@ if [ $# -ne 1 ]; then
exit 1
fi
set -e
set -x
viwib_ip=$1; shift