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)