Move check alive to be in script, not cron.

This commit is contained in:
2021-02-15 18:58:06 -06:00
parent 60c8ce0af7
commit fdd1db85e5
3 changed files with 6 additions and 2 deletions

View File

@ -118,7 +118,9 @@
whoami
pwd
time {{ nanominer_exec }} {{ nanominer_config }}
{{ check_alive_start }}{{ nanominer_script }}{{ check_alive_end }} {
time {{ nanominer_exec }} {{ nanominer_config }}
}
marker: '{mark}'
marker_begin: "#!{{ bash_exec.stdout }}"