mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
允许附加参数为空
This commit is contained in:
parent
5a1ff80670
commit
d39f800863
@ -655,7 +655,7 @@ function addonMenu() {
|
|||||||
2>"${TMP_PATH}/resp"
|
2>"${TMP_PATH}/resp"
|
||||||
[ $? -ne 0 ] && continue
|
[ $? -ne 0 ] && continue
|
||||||
resp="$(cat "${TMP_PATH}/resp" 2>/dev/null)"
|
resp="$(cat "${TMP_PATH}/resp" 2>/dev/null)"
|
||||||
[ -z "${resp}" ] && continue
|
# [ -z "${resp}" ] && continue # Addons params can be empty
|
||||||
VALUE="${resp}"
|
VALUE="${resp}"
|
||||||
else
|
else
|
||||||
VALUE=""
|
VALUE=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user