7 lines
109 B
Bash
7 lines
109 B
Bash
#!/bin/bash
|
|
|
|
echo "Wohn-HH-Checker Docker Container started!" > /proc/1/fd/1
|
|
|
|
crontab "/app/crontab"
|
|
|
|
cron -f |