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