Browse Source

File encoding

Bob Mottram 7 years ago
parent
commit
5ebf5430da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-utils-web

+ 1
- 1
src/freedombone-utils-web View File

@@ -217,7 +217,7 @@ function check_certificates {
217 217
         fi
218 218
     fi
219 219
     if [ ! -f "/etc/ssl/certs/${1}.dhparam" ]; then
220
-        echo $"DiffieHellman parameters for ${CHECK_HOSTNAME} were not created"
220
+        echo $"DiffieHellman parameters for ${CHECK_HOSTNAME} were not created"
221 221
         exit 5989
222 222
     fi
223 223
 }