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

View File

@ -21,7 +21,7 @@
# {{{ SETTINGS # {{{ SETTINGS
ver="0.9" ver="0.9"
KDFPATH="/usr/libexec/tomb" # Path of your KDF binaries (if you're using them). 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 # The ones below should not need changing
TOMBPATH="$(which tomb)" # Tomb executable's path TOMBPATH="$(which tomb)" # Tomb executable's path
HEXENC="$KDFPATH/tomb-kdb-hexencode" HEXENC="$KDFPATH/tomb-kdb-hexencode"