mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-03 11:18:21 +00:00
cleanup server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user