[openwrt] set -e does not work for updates
This commit is contained in:
parent
fc2aa93d5e
commit
f73089acd5
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ if [ $# -ne 1 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
viwib_ip=$1; shift
|
||||
|
|
Loading…
Reference in a new issue