소스 검색

Double quotes

Bob Mottram 9 년 전
부모
커밋
2e93641f17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config 파일 보기

@@ -146,7 +146,7 @@ function validate_freedns_code {
146 146
     FREEDNS_MESSAGE=$"Please enter the FreeDNS code for this domain.\n\nThe code can be found by going to https://freedns.afraid.org, selecting 'Dynamic DNS' and then opening 'Wget example'. The code will consist of letters and numbers and be between the ? and = characters."
147 147
 
148 148
     if [[ "$freedns_code" == *"."* || "$freedns_code" == "http"* || "$freedns_code" == *"wget "* || "$freedns_code" == *" "* ]]; then
149
-        dialog --title $"Invalid FreeDNS Code" --msgbox $'$FREEDNS_MESSAGE' 10 70
149
+        dialog --title $"Invalid FreeDNS Code" --msgbox "$FREEDNS_MESSAGE" 10 70
150 150
         VALID_CODE=
151 151
     fi
152 152
     if [ ${#freedns_code} -lt 30 ]; then