From 64da482dc52447b75704c18d03b539f98dd91f71 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Wed, 25 Dec 2019 17:04:21 +0700 Subject: [PATCH] cleanup server --- scripts/cleanup_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cleanup_server.sh b/scripts/cleanup_server.sh index fed7e74..e787058 100755 --- a/scripts/cleanup_server.sh +++ b/scripts/cleanup_server.sh @@ -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