Bob Mottram 9 vuotta sitten
vanhempi
commit
0ca7bc1692
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel Näytä tiedosto

635
 function irc_show_password {
635
 function irc_show_password {
636
     IRC_PASSWORD=$(cat /etc/ngircd/ngircd.conf | grep "Password =" | head -n 1 | awk -F '=' '{print $2}')
636
     IRC_PASSWORD=$(cat /etc/ngircd/ngircd.conf | grep "Password =" | head -n 1 | awk -F '=' '{print $2}')
637
     dialog --title $"IRC Password" \
637
     dialog --title $"IRC Password" \
638
-           --msgbox "$IRC_PASSWORD" 4 40
638
+           --msgbox "$IRC_PASSWORD" 6 40
639
 }
639
 }
640
 
640
 
641
 function irc_set_global_password {
641
 function irc_set_global_password {