diff options
Diffstat (limited to 'contrib/cirrus/packer/systemd_banish.sh')
-rwxr-xr-x | contrib/cirrus/packer/systemd_banish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/packer/systemd_banish.sh b/contrib/cirrus/packer/systemd_banish.sh index 6e2dd9c3e..2219f2a4f 100755 --- a/contrib/cirrus/packer/systemd_banish.sh +++ b/contrib/cirrus/packer/systemd_banish.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set +e # Not all of these exist on every platform |