mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
fix addon params
This commit is contained in:
parent
f00733999b
commit
fcc7b9ca93
@ -292,7 +292,8 @@ function addonMenu() {
|
|||||||
--inputbox "$(TEXT "Type a opcional params to addon")" 0 0 \
|
--inputbox "$(TEXT "Type a opcional params to addon")" 0 0 \
|
||||||
2>${TMP_PATH}/resp
|
2>${TMP_PATH}/resp
|
||||||
[ $? -ne 0 ] && continue
|
[ $? -ne 0 ] && continue
|
||||||
ADDONS[${ADDON}]="$(<"${TMP_PATH}/resp")"
|
VALUE="$(<"${TMP_PATH}/resp")"
|
||||||
|
ADDONS[${ADDON}]="${VALUE}"
|
||||||
writeConfigKey "addons.${ADDON}" "${VALUE}" "${USER_CONFIG_FILE}"
|
writeConfigKey "addons.${ADDON}" "${VALUE}" "${USER_CONFIG_FILE}"
|
||||||
DIRTY=1
|
DIRTY=1
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user