removed system tag from user setup

This commit is contained in:
2026-01-28 10:43:23 -05:00
parent b70d87c797
commit b4fced29f6

View File

@@ -37,7 +37,7 @@ apt install -y python3 python3-pip python3-venv nginx certbot python3-certbot-ng
echo ""
echo "Creating application user..."
if ! id "factionwar" &>/dev/null; then
adduser --system --group --home /opt/faction-war factionwar
adduser --group --home /opt/faction-war factionwar
fi
echo ""