Update set-permissions.sh

This commit is contained in:
SpudGunMan
2025-11-06 20:35:33 -08:00
parent 2834ac3d0d
commit 5c72dd7aa5
+2 -1
View File
@@ -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."