From 9a9e2aa945bc1da3176f892015bf0451d7ba5aa1 Mon Sep 17 00:00:00 2001 From: Ing Date: Sat, 1 Jun 2024 23:15:31 +0800 Subject: [PATCH] fix something --- files/initrd/opt/rr/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/rr/menu.sh b/files/initrd/opt/rr/menu.sh index 109cf563..3f742d38 100755 --- a/files/initrd/opt/rr/menu.sh +++ b/files/initrd/opt/rr/menu.sh @@ -110,7 +110,7 @@ function modelMenu() { --infobox "$(TEXT "Getting models ...")" 0 0 fi PS="$(readConfigEntriesArray "platforms" "${WORK_PATH}/platforms.yml" | sort)" - MJ="$(python include/functions.py getmodels -p "${PS[*]}")" + MJ="$(python ${WORK_PATH}/include/functions.py getmodels -p "${PS[*]}")" if [ -z "${MJ}" -o "${MJ}" = "[]" ]; then if _get_fastest synology.com >/dev/null 2>&1; then DIALOG --title "$(TEXT "Model")" \