瀏覽代碼

Remove space

Bob Mottram 9 年之前
父節點
當前提交
93bb273bb1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-controlpanel

+ 1
- 1
src/freedombone-controlpanel 查看文件

@@ -210,7 +210,7 @@ function irc_set_global_password {
210 210
     case $sel in
211 211
         0)
212 212
             NEW_IRC_PASSWORD=$(<$data)
213
-            sed -i "0,/RE/s/Password =.*/Password = $NEW_IRC_PASSWORD/" /etc/ngircd/ngircd.conf
213
+            sed -i "0,/RE/s/Password =.*/Password =$NEW_IRC_PASSWORD/" /etc/ngircd/ngircd.conf
214 214
             dialog --title $"IRC Password" \
215 215
                    --msgbox $"The IRC password was changed" 6 40
216 216
             ;;