7 lines
76 B
Text
7 lines
76 B
Text
#!/command/with-contenv bash
|
|
|
|
set -e
|
|
|
|
cd /app
|
|
|
|
exec supercronic etc/crontab
|