mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
Removed set -e from VeraCrypt guide script
This commit is contained in:
parent
9e972fe209
commit
bf5c20f0ec
@ -27,7 +27,7 @@ Go to https://osxfuse.github.io/, download and install latest release.
|
|||||||
|
|
||||||
### Step 2: install [GnuPG](https://gnupg.org/)
|
### Step 2: install [GnuPG](https://gnupg.org/)
|
||||||
|
|
||||||
Follow steps from [How to encrypt, sign and decrypt messages using PGP on macOS (adding privacy to email)](../how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos-adding-privacy-to-email) guide.
|
Follow steps 1 to 3 from [How to encrypt, sign and decrypt messages using PGP on macOS (adding privacy to email)](../how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos-adding-privacy-to-email) guide.
|
||||||
|
|
||||||
### Step 3: import VeraCrypt’s public key
|
### Step 3: import VeraCrypt’s public key
|
||||||
|
|
||||||
@ -151,7 +151,7 @@ The VeraCrypt volume has been successfully created.
|
|||||||
|
|
||||||
### Step 10 (optional): mount, rename and dismount encrypted volume
|
### Step 10 (optional): mount, rename and dismount encrypted volume
|
||||||
|
|
||||||
By default, VeraCrypt encrypted volumes are named "untitled".
|
By default, VeraCrypt encrypted volumes with Mac OS Extended filesystem are named "untitled".
|
||||||
|
|
||||||
#### Mount encrypted volume
|
#### Mount encrypted volume
|
||||||
|
|
||||||
@ -179,8 +179,6 @@ veracrypt --text --dismount "$BACKUP_VOLUME_PATH"
|
|||||||
cat << EOF > /usr/local/bin/backup.sh
|
cat << EOF > /usr/local/bin/backup.sh
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
red=$'\e[1;31m'
|
red=$'\e[1;31m'
|
||||||
end=$'\e[0m'
|
end=$'\e[0m'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user