quotes
This commit is contained in:
parent
c742ce3362
commit
f92f215b26
|
@ -305,7 +305,7 @@ function show_domains {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=SC2068
|
||||||
dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 78 28 ${W[@]} 3>&2 2>&1 1>&3
|
dialog --backtitle $"Freedombone Control Panel" --title $"Domains" --menu $"You can use shift+cursors to select text" 28 78 28 "${W[@]}" 3>&2 2>&1 1>&3
|
||||||
}
|
}
|
||||||
|
|
||||||
function show_domains_old {
|
function show_domains_old {
|
||||||
|
|
Loading…
Reference in New Issue