From 4d0d854941d3989b53400d3075bf3d5656c4049b Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 15 May 2023 07:52:58 -0400 Subject: [PATCH] Make update script -x --- scripts/gitea/update-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitea/update-repo.sh b/scripts/gitea/update-repo.sh index 3a77ff1..db6e56f 100755 --- a/scripts/gitea/update-repo.sh +++ b/scripts/gitea/update-repo.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -eou pipefail +set -exou pipefail TEMP_DIR=$(mktemp -d "repo-updater.XXXX" -p $XDG_RUNTIME_DIR) pushd $TEMP_DIR