Skip to content
Snippets Groups Projects
Commit 5020947c authored by Bob Mottram's avatar Bob Mottram
Browse files

Inappropriate quotes

parent 5fe5bbf7
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ shred -zu "$FRAGMENTS_DIR/backup_privkey.txt"
shred -zu "$FRAGMENTS_DIR/backup_pubkey.txt"
KEY_SHARES=$((KEY_FRAGMENTS * 2))
if ! gfsplit -n "$KEY_FRAGMENTS" -m "$KEY_SHARES $KEYS_FILE"; then
if ! gfsplit -n "$KEY_FRAGMENTS" -m $KEY_SHARES "$KEYS_FILE"; then
echo $"Unable to split the gpg key"
rm -rf "$FRAGMENTS_DIR"
if [ -f "$KEYS_FILE" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment