tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit 11fd05a0ed22673a8bec973408d9100a4a2ba6e9
parent 46cedab4ea6ba252a3181147ce7bd7a702f7633e
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Mon, 20 Sep 2021 02:20:17 +0530

disable debug mode to prevent leaking data

Diffstat:
Mtessen | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tessen b/tessen @@ -11,6 +11,9 @@ readonly PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" export PATH umask 077 +# don't leak password data if debug mode is enabled +set +x + # initialize the global variables readonly VERSION="2.0.0" readonly PREFIX="${PASSWORD_STORE_DIR:-$HOME/.password-store}"