From 93bb273bb104f20c0d8d8218f4865cdd0e75fa8c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 20 Dec 2015 19:28:28 +0000 Subject: [PATCH] Remove space --- src/freedombone-controlpanel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index 56f4823e..e92ef144 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -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 ;;