debugging

This commit is contained in:
Patrick Schleizer 2022-11-24 06:25:47 -05:00
parent e06b173a1b
commit 36454c2dbf
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

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