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
             RECALCULATE=${1}
200
             RECALCULATE=${1}
201
             ;;
201
             ;;
202
         -o|--output)
202
         -o|--output)
203
+            shift
203
             FAST='yes'
204
             FAST='yes'
204
-            calc_dh stdout
205
+            calc_dh ${1}
205
             exit 0
206
             exit 0
206
             ;;
207
             ;;
207
         --fast)
208
         --fast)