git_auto_update: Changed message for failed reload_command

dehydrated
Felix Stupp 4 years ago
parent a7a5bf00e8
commit 15d80c8d43
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -26,7 +26,7 @@ if [ -z "$GPG_FINGERPRINT" ] || (git verify-tag --raw "$TAG" 2>&1 | grep --fixed
git checkout --quiet --recurse-submodules "$TAG";
chown --recursive "$DEST_USER:$DEST_GROUP" .;
if ! sh -c {{ reload_command | default('true') | quote }}; then
echo "Failed during reload" >&2;
echo "Reload command failed" >&2;
exit 2;
fi
else

Loading…
Cancel
Save