From 1503fe229e82195af04054874939358ecd1bd45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Alberto=20D=C3=ADaz=20Orozco=20=28Akiel=29?= Date: Mon, 23 Mar 2026 21:28:09 +0100 Subject: [PATCH] Add logged in message --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 5fbe1bc..fa5f1d5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,6 +27,8 @@ if [ -z "$AUTH_TOKEN" ] || [ "$AUTH_TOKEN" = "null" ]; then exit 1 fi +echo -e "${GREEN}✓ Logged in${RESET} — ${USER}@${SERVER}" + RESPONSE=$(curl -s -X POST \ -H "Content-Type: application/json" \ -H "X-Auth-Token: ${AUTH_TOKEN}" \