mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 03:34:18 +01:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
crond -b -L /var/log/cron.log && tail -f /var/log/cron.log
|