server/gitea: update: Improved shell configuration to detect errors

dehydrated
Felix Stupp 4 years ago
parent 90a2a41d7c
commit 69172f0145
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -8,7 +8,7 @@ readonly GITEA_DIR={{ gitea_installation_directory | quote }};
readonly GITEA_BIN={{ gitea_binary_path | quote }};
readonly SERVICE_NAME={{ gitea_service_name | quote }};
set -e;
set -euxo pipefail;
gpg --quiet --keyserver eu.pool.sks-keyservers.net --recv "$GPG_FINGERPRINT";

Loading…
Cancel
Save