Browse Source

Inappropriate quotes

Bob Mottram 7 years ago
parent
commit
5020947c7d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-splitkey

+ 1
- 1
src/freedombone-splitkey View File

@@ -182,7 +182,7 @@ shred -zu "$FRAGMENTS_DIR/backup_privkey.txt"
182 182
 shred -zu "$FRAGMENTS_DIR/backup_pubkey.txt"
183 183
 
184 184
 KEY_SHARES=$((KEY_FRAGMENTS * 2))
185
-if ! gfsplit -n "$KEY_FRAGMENTS" -m "$KEY_SHARES $KEYS_FILE"; then
185
+if ! gfsplit -n "$KEY_FRAGMENTS" -m $KEY_SHARES "$KEYS_FILE"; then
186 186
     echo $"Unable to split the gpg key"
187 187
     rm -rf "$FRAGMENTS_DIR"
188 188
     if [ -f "$KEYS_FILE" ]; then