From 7326ec30fbb3f0e8dc608a60adacd6f3db070f48 Mon Sep 17 00:00:00 2001 From: shokinn Date: Fri, 15 Dec 2023 15:39:56 +0100 Subject: [PATCH] disable verbose debugging output --- dotfiles/bin/secretfiles | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/bin/secretfiles b/dotfiles/bin/secretfiles index 77fe91d..d6ad0a1 100755 --- a/dotfiles/bin/secretfiles +++ b/dotfiles/bin/secretfiles @@ -207,8 +207,6 @@ help() { echo " -p, --path path to the root directory for the nixOS configuration files, defaults to \`pwd\`" } -set -x - # -allow a command to fail with !’s side effect on errexit # -use return value from ${PIPESTATUS[0]}, because ! hosed $? ! getopt --test > /dev/null