Add another call without full path just for safety.

This commit is contained in:
Hyperling 2021-02-15 19:34:33 -06:00
parent 3c81c1a6a8
commit 60a30de652

View File

@ -170,6 +170,6 @@
## Reload ##
- name: Miner | Software | Nanominer | Reload
shell: "killall {{ nanominer_script }}; killall {{ nanominer_exec }}"
shell: "killall {{ nanominer_script }}; killall {{ nanominer_exec }}; killall nanominer"
become_user: mfn
ignore_errors: yes