소스 검색

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