From 62e58b2ee9642b82b851d8be960dc7c94f0f10cb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 27 Mar 2023 18:21:56 -0300 Subject: bin/reconfigure: Move "set -x" to the body of the script --- bin/reconfigure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reconfigure') diff --git a/bin/reconfigure b/bin/reconfigure index 12b4382..d166819 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -1,6 +1,5 @@ #!/bin/sh set -eu -set -x usage() { cat <<-'EOF' @@ -79,6 +78,8 @@ if [ "$(id -un)" = 'root' ]; then exit 2 fi +set -x + if [ "$UPDATE" = true ]; then update fi -- cgit v1.2.3