readme updates

This commit is contained in:
2025-04-04 02:23:50 +03:00
parent 403f883480
commit 06deae803b
3 changed files with 39 additions and 4 deletions

View File

@@ -900,7 +900,6 @@ if ! grep -q "Include conf/extra/deployment.conf" /etc/httpd/conf/httpd.conf; th
echo "Include conf/extra/deployment.conf" | sudo tee -a /etc/httpd/conf/httpd.conf > /dev/null
fi
sudo systemctl enable httpd
sudo systemctl restart httpd
echo "=============================================================="
echo "Deployment server setup complete!"