From 7f486ed6fd7876072e71e02aa13686610b4ee41f Mon Sep 17 00:00:00 2001 From: dcd Date: Sat, 8 Aug 2020 19:21:43 -0600 Subject: [PATCH] run cronjob.sh on boot (#17) --- root/etc/cont-init.d/70-firstrun | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 root/etc/cont-init.d/70-firstrun diff --git a/root/etc/cont-init.d/70-firstrun b/root/etc/cont-init.d/70-firstrun new file mode 100644 index 0000000..d3b24f8 --- /dev/null +++ b/root/etc/cont-init.d/70-firstrun @@ -0,0 +1,4 @@ +#!/usr/bin/with-contenv bash + +/cronjob.sh +