Add logged in message

This commit is contained in:
Jorge Alberto Díaz Orozco (Akiel)
2026-03-23 21:28:09 +01:00
parent ddfa41a902
commit 1503fe229e
+2
View File
@@ -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}" \