Browse Source

fixup! chg: [nextcloud] change to admin password are supported

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
test
Valentin Lab 4 years ago
parent
commit
9083c17534
  1. 2
      nextcloud/lib/common

2
nextcloud/lib/common

@ -68,7 +68,7 @@ create_occ_if_not_exists() {
## bare-minimum nextcloud run AND we will use occ to set some info
## in this very same relation.
export COMPOSE_IGNORE_ORPHANS=true
compose --debug --without-relation="$SERVICE_NAME":web-proxy run \
compose --debug --no-init --without-relation="$SERVICE_NAME":web-proxy run \
--rm --entrypoint /entrypoint.sh "$SERVICE_NAME" apache >&2 || true
if ! [ -e "$SERVICE_DATASTORE/var/www/html/occ" ]; then
err "Expected last command to create /var/www/html/occ"

Loading…
Cancel
Save