add debug

This commit is contained in:
Jakobus Schürz 2022-12-24 06:21:40 +01:00
parent cd6460a5e4
commit 7446ec1f7a

View file

@ -60,6 +60,16 @@ function sudo() {
SUDO=$(which sudo)
[ getbashrcfile ] && BASH="bash --rcfile $(getbashrcfile)" || unset BASH
if $SSHS ; then
logwarning "TEMPCONFIG"
else
logwarning "NO Tempconfig"
fi
logwarning "SUDO: $SUDO"
logwarning "BASH: $BASH"
$SUDO \
GIT_AUTHOR_EMAIL="$GIT_AUTHOR_EMAIL" \
GIT_AUTHOR_NAME="$GIT_AUTHOR_NAME" \