diff options
Diffstat (limited to 'terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh')
-rwxr-xr-x | terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh b/terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh index a6ea4d5..833d95b 100755 --- a/terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh +++ b/terminaldweller.com/cgit/bootstrap/docker-entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/sh set -e +set -x . /bootstrap.sh -on_startup -crond -s -P -f +on_startup /etc/gitrepos/ +crond -n -s -P |