diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 7a53a5a0..7ce01b7a 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -635,7 +635,7 @@ function change_password { function irc_show_password { IRC_PASSWORD=$(cat /etc/ngircd/ngircd.conf | grep "Password =" | head -n 1 | awk -F '=' '{print $2}') dialog --title $"IRC Password" \ - --msgbox "$IRC_PASSWORD" 4 40 + --msgbox "$IRC_PASSWORD" 6 40 } function irc_set_global_password {