6 lines
80 B
Bash
6 lines
80 B
Bash
#!/bin/bash
|
|
# start-cron.sh
|
|
declare -p > /container.env
|
|
|
|
/usr/bin/start-cron.sh
|