first commit
This commit is contained in:
8
data/apidemo-cron/build/entrypoint.sh
Normal file
8
data/apidemo-cron/build/entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
dos2unix $COMMAND
|
||||
|
||||
echo "$SCHEDULE $USER $COMMAND" > /etc/cron.d/api-cronjob
|
||||
chmod 0644 /etc/cron.d/api-cronjob
|
||||
crontab /etc/cron.d/api-cronjob
|
||||
touch /var/log/cron.log
|
||||
env > /etc/environment && cron -f
|
||||
Reference in New Issue
Block a user