Browse Source

new: [nextcloud,letsencrypt] make actions ``crt`` and ``occ`` avoid requiring hooks to be run

pull/37/head
Valentin Lab 3 months ago
parent
commit
beb2fd46f7
  1. 1
      letsencrypt/actions/crt
  2. 1
      nextcloud/actions/occ

1
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

1
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

Loading…
Cancel
Save