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