debugging

This commit is contained in:
Patrick Schleizer
2022-11-24 06:25:47 -05:00
parent e06b173a1b
commit 36454c2dbf

View File

@ -20,6 +20,8 @@ fi
who_ami="$(whoami)"
true "$0: SUDO_USER: $SUDO_USER"
if [ "$SUDO_USER" = "" ]; then
user_to_check="$who_ami"
else