added "set -e"

This commit is contained in:
Roland Gruber 2008-10-28 19:38:54 +00:00
parent f6c40b4439
commit cabdc59216
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -e
. /usr/share/debconf/confmodule
db_version 2.0 || [ 0 -lt 30 ]