Browse Source

Output dhparams to a given file

Bob Mottram 7 years ago
parent
commit
4cdd66d6f9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-dhparam

+ 2
- 1
src/freedombone-dhparam View File

@@ -200,8 +200,9 @@ do
200 200
             RECALCULATE=${1}
201 201
             ;;
202 202
         -o|--output)
203
+            shift
203 204
             FAST='yes'
204
-            calc_dh stdout
205
+            calc_dh ${1}
205 206
             exit 0
206 207
             ;;
207 208
         --fast)