removed system tag from user setup
This commit is contained in:
@@ -37,7 +37,7 @@ apt install -y python3 python3-pip python3-venv nginx certbot python3-certbot-ng
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Creating application user..."
|
echo "Creating application user..."
|
||||||
if ! id "factionwar" &>/dev/null; then
|
if ! id "factionwar" &>/dev/null; then
|
||||||
adduser --system --group --home /opt/faction-war factionwar
|
adduser --group --home /opt/faction-war factionwar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user