diff --git a/lib/utils.py b/lib/utils.py index 8eb9c90..749dbf4 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -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") \ No newline at end of file + run_command("/hive/sbin/nvidia-oc && /hive/bin/miner start") \ No newline at end of file