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