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
             ;;