From 35ce001a71da383aaef945a0a312936c03034dbd Mon Sep 17 00:00:00 2001 From: clore Date: Thu, 16 May 2024 12:15:38 +0000 Subject: [PATCH] use full path for nvidia-oc --- lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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