diff --git a/check-qortal-status.sh b/check-qortal-status.sh new file mode 100644 index 0000000..0949f9c --- /dev/null +++ b/check-qortal-status.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +cd ~/qortal + +./qort admin/status + +sleep 10 + +tail -f log.t* + +sleep 600 + +exit 1