use full path for nvidia-oc

This commit is contained in:
clore 2024-05-16 12:15:38 +00:00
parent 1658ad4f66
commit 35ce001a71
1 changed files with 1 additions and 1 deletions

View File

@ -105,4 +105,4 @@ def hive_set_miner_status(enabled=False):
if miner_screen_running and not enabled: if miner_screen_running and not enabled:
run_command("/hive/bin/miner stop") run_command("/hive/bin/miner stop")
elif enabled and not miner_screen_running: 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")