From beb2fd46f7542d16157e9054bb24959e864f3e0c Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 17 Jan 2024 15:52:40 +0100 Subject: [PATCH] new: [nextcloud,letsencrypt] make actions ``crt`` and ``occ`` avoid requiring hooks to be run --- letsencrypt/actions/crt | 1 + nextcloud/actions/occ | 1 + 2 files changed, 2 insertions(+) diff --git a/letsencrypt/actions/crt b/letsencrypt/actions/crt index 81d1d40..c043239 100755 --- a/letsencrypt/actions/crt +++ b/letsencrypt/actions/crt @@ -1,4 +1,5 @@ #!/bin/bash +## compose: no-hooks if [ -z "$SERVICE_DATASTORE" ]; then echo "This script is meant to be run through 'compose' to work properly." >&2 diff --git a/nextcloud/actions/occ b/nextcloud/actions/occ index e751d20..5a1c61d 100755 --- a/nextcloud/actions/occ +++ b/nextcloud/actions/occ @@ -1,4 +1,5 @@ #!/bin/bash +## compose: no-hooks if [ -z "$SERVICE_DATASTORE" ]; then echo "This script is meant to be run through 'compose' to work properly." >&2