diff --git a/scripts/gateway-docker-upgrade.sh b/scripts/gateway-docker-upgrade.sh index b65b2c5c6..27fd5750a 100755 --- a/scripts/gateway-docker-upgrade.sh +++ b/scripts/gateway-docker-upgrade.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -source "./scripts/tests/lib.sh" +set -euo pipefail TARGET_IMAGE="ghcr.io/firezone/gateway:1" diff --git a/scripts/gateway-systemd-install.sh b/scripts/gateway-systemd-install.sh index 91fe29120..c44f1c670 100755 --- a/scripts/gateway-systemd-install.sh +++ b/scripts/gateway-systemd-install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -source "./scripts/tests/lib.sh" +set -euo pipefail hostname=$(hostname) FIREZONE_NAME=${FIREZONE_NAME:-$hostname}