added "set -e"
This commit is contained in:
parent
f6c40b4439
commit
cabdc59216
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
. /usr/share/debconf/confmodule
|
||||
db_version 2.0 || [ 0 -lt 30 ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue