Browse Source

fix: [nextcloud] report internal errors when running ``occ``

framadate 1.2.0
Valentin Lab 5 years ago
parent
commit
1d6b58c8b4
  1. 2
      nextcloud/actions/occ

2
nextcloud/actions/occ

@ -30,3 +30,5 @@ fi
compose -q --no-init --no-relations run \
-v "$CHARM_PATH/src/occ.batch:/var/www/html/occ.batch" \
-T --rm -u www-data "$SERVICE_NAME" /var/www/html/occ.batch "$@" | cat
exit "${PIPESTATUS[0]}"
Loading…
Cancel
Save