From 5eac1b3352a92012851982626b4633f0b1a0e7fa Mon Sep 17 00:00:00 2001 From: tavo Date: Thu, 16 May 2024 14:30:55 -0600 Subject: [PATCH] prettier debug --- 03-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/03-install.sh b/03-install.sh index 25d7f50..a0f27d7 100644 --- a/03-install.sh +++ b/03-install.sh @@ -1,9 +1,9 @@ #!/bin/sh # TODO: # - Check all variables to avoid root execution on unspecified places -echo_debug() { # DEBUG - printf '\033[1mDEBUG: %s...\033[0m\n' "$1" # DEBUG -} # DEBUG +echo_debug() { # DEBUG + printf '\033[1mDEBUG:\033[0m \033[2m%s...\033[0m\n' "$1" # DEBUG +} # DEBUG alias tsudo='printf "%s" "$SUDO_PASSWORD" | sudo -Skp ""'