nextcloud-entrypoint.sh 67 B

12345678
  1. #!/bin/bash
  2. set -e
  3. service cron start
  4. exec /entrypoint.sh "$@"