Remove space

This commit is contained in:
Bob Mottram 2015-12-20 19:28:28 +00:00
parent 2bc9908008
commit 93bb273bb1
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ function irc_set_global_password {
case $sel in
0)
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" \
--msgbox $"The IRC password was changed" 6 40
;;