1 2 3 4 5 6 7 8#!/bin/bash while true do factorion-bot echo "ERROR | run.sh | $(date -u +"%Y-%m-%dT%H:%M:%SZ") | factorion-bot has crashed" sleep 60 done
1 2 3 4 5 6 7 8
#!/bin/bash while true do factorion-bot echo "ERROR | run.sh | $(date -u +"%Y-%m-%dT%H:%M:%SZ") | factorion-bot has crashed" sleep 60 done