use full path for nvidia-oc
This commit is contained in:
parent
1658ad4f66
commit
35ce001a71
|
@ -105,4 +105,4 @@ def hive_set_miner_status(enabled=False):
|
|||
if miner_screen_running and not enabled:
|
||||
run_command("/hive/bin/miner stop")
|
||||
elif enabled and not miner_screen_running:
|
||||
run_command("nvidia-oc && /hive/bin/miner start")
|
||||
run_command("/hive/sbin/nvidia-oc && /hive/bin/miner start")
|
Loading…
Reference in New Issue