From 5c72dd7aa5f52c59165daa87d45f2eab5bcb1a15 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 6 Nov 2025 20:35:33 -0800 Subject: [PATCH] Update set-permissions.sh --- etc/set-permissions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/set-permissions.sh b/etc/set-permissions.sh index d996904..66d42d6 100644 --- a/etc/set-permissions.sh +++ b/etc/set-permissions.sh @@ -9,7 +9,8 @@ fi # Use first argument as user, or default to meshbot TARGET_USER="${1:-meshbot}" - +echo "DEBUG: TARGET_USER='$TARGET_USER'" +id "$TARGET_USER" # Check if user exists if ! id "$TARGET_USER" &>/dev/null; then echo "User '$TARGET_USER' does not exist."