mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix something
This commit is contained in:
parent
15488d54bf
commit
744c1b4c23
@ -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")" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user