cleanup server

This commit is contained in:
joglomedia
2019-12-25 17:04:21 +07:00
parent 1ea3659ed3
commit 64da482dc5

View File

@@ -48,7 +48,7 @@ if [[ -n $(command -v apache2) || -n $(command -v httpd) ]]; then
if [[ "${REMOVE_APACHE}" == Y* || "${REMOVE_APACHE}" == y* ]]; then
echo "Uninstall existing Apache/HTTPD server..."
if "${DRYRUN}"; then
echo "Removing Apache2 installation in dryrun mode."
else