From cd6460a5e49c9bd63d4a0c5012ded7cc77ceb22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sat, 24 Dec 2022 06:12:55 +0100 Subject: [PATCH] add debug --- functions.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions.sh b/functions.sh index f381d4e..aa2936f 100755 --- a/functions.sh +++ b/functions.sh @@ -50,6 +50,12 @@ function cpb() { function sudo() { local SUDO local BASH + + + if $SSHS ; then + logwarning "TEMPCONFIG" + fi + # SUDO=$( if [ -e /bin/sudo ]; then echo /bin/sudo; else echo /usr/bin/sudo; fi ) SUDO=$(which sudo)