diff --git a/lib.sh b/lib.sh index d371477..6ac2f22 100755 --- a/lib.sh +++ b/lib.sh @@ -1,5 +1,11 @@ #!/bin/bash +# Don't fail on error. We use the exit status as a conditional. +# +# This is the default behavior but can be overriden by the caller in the +# SHELLOPTS env var. +set +e + ############################################################################### # Execute the Debian install script. # Arguments: