From 713cfd3071d6b17541154e6ec941a88bc95b2c86 Mon Sep 17 00:00:00 2001 From: nerun Date: Sun, 15 Jan 2023 15:48:02 -0300 Subject: [PATCH] extras/gtomb: SWAPOFF defaults to false. --- extras/gtomb/gtomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/gtomb/gtomb b/extras/gtomb/gtomb index 169932b..0931165 100755 --- a/extras/gtomb/gtomb +++ b/extras/gtomb/gtomb @@ -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"