From 7a5b951a95046720d48a9aaf1d7d996ef635b866 Mon Sep 17 00:00:00 2001 From: Marc Altmann <40744649+MarcA711@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:09:43 +0100 Subject: [PATCH] fix symlink call --- frigate/detectors/plugins/rknn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/detectors/plugins/rknn.py b/frigate/detectors/plugins/rknn.py index 4d20c2a8f..d9dc6a4a7 100644 --- a/frigate/detectors/plugins/rknn.py +++ b/frigate/detectors/plugins/rknn.py @@ -46,7 +46,7 @@ class Rknn(DetectionApi): # create symlink for Home Assistant add on if not os.path.isfile("/proc/device-tree/compatible"): if os.path.isfile("/device-tree/compatible"): - os.symlink("/proc/device-tree/compatible", "/device-tree/compatible") + os.symlink("/device-tree/compatible", "/proc/device-tree/compatible") # find out SoC try: