Comment
This commit is contained in:
parent
d0b6cd382c
commit
30de746ebc
|
@ -193,7 +193,7 @@ function irc_set_global_password {
|
|||
dialog --title $"IRC Password" \
|
||||
--clear \
|
||||
--backtitle $"Freedombone Control Panel" \
|
||||
--passwordbox $"Password for all IRC users" 10 50 2> $data
|
||||
--passwordbox $"Password for all IRC users, or press Enter for no password" 10 50 2> $data
|
||||
sel=$?
|
||||
case $sel in
|
||||
0)
|
||||
|
|
Loading…
Reference in New Issue