Remove space
This commit is contained in:
parent
2bc9908008
commit
93bb273bb1
|
@ -210,7 +210,7 @@ function irc_set_global_password {
|
||||||
case $sel in
|
case $sel in
|
||||||
0)
|
0)
|
||||||
NEW_IRC_PASSWORD=$(<$data)
|
NEW_IRC_PASSWORD=$(<$data)
|
||||||
sed -i "0,/RE/s/Password =.*/Password = $NEW_IRC_PASSWORD/" /etc/ngircd/ngircd.conf
|
sed -i "0,/RE/s/Password =.*/Password =$NEW_IRC_PASSWORD/" /etc/ngircd/ngircd.conf
|
||||||
dialog --title $"IRC Password" \
|
dialog --title $"IRC Password" \
|
||||||
--msgbox $"The IRC password was changed" 6 40
|
--msgbox $"The IRC password was changed" 6 40
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue