extras/gtomb: SWAPOFF defaults to false.

This commit is contained in:
nerun 2023-01-15 15:48:02 -03:00 committed by Jaromil
parent 5eaa92e614
commit 713cfd3071
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# {{{ SETTINGS
ver="0.9"
KDFPATH="/usr/libexec/tomb" # Path of your KDF binaries (if you're using them).
SWAPOFF="true" # Set to "true" to swapoff, or "false" to use -f (force) flag.
SWAPOFF="false" # Set to "true" to swapoff, or "false" to use -f (force) flag.
# The ones below should not need changing
TOMBPATH="$(which tomb)" # Tomb executable's path
HEXENC="$KDFPATH/tomb-kdb-hexencode"