diff --git a/setup_production.sh b/setup_production.sh index 988c4b7..e9adc5b 100644 --- a/setup_production.sh +++ b/setup_production.sh @@ -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 ""