better tmp var name
This commit is contained in:
parent
e2d136b960
commit
e9eeac8d7e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if [ "$MENU" = "zenity" ] ; then
|
|||
|
||||
elif [ "$MENU" = "term" ] ; then
|
||||
term_prompt info "$PROMPT_WELCOME"
|
||||
read -r NULL
|
||||
read -r nil
|
||||
! command -v curl >/dev/null 2>&1 && term_prompt error "$PROMPT_ERR_DEPS curl" && exit 1
|
||||
|
||||
# Serial number is required for download
|
||||
|
|
Loading…
Reference in a new issue