cardano-docker/scripts/functions/auto_topology_start

11 lines
232 B
Plaintext
Raw Normal View History

2021-02-13 15:19:38 +00:00
function auto_topology_start {
# Add topology_submit to crontab
echo "Starting crontab."
cp /cfg-templates/crontab /crontab
service cron start
crontab /crontab
# Update topology.json
topology_update 1
}