From 52501cdeeafa90bac90cd4011f8df75757a98681 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Sat, 10 Aug 2019 16:05:45 +0700 Subject: [PATCH] update env variables --- .env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index efc6f42..a3a093d 100644 --- a/.env +++ b/.env @@ -15,11 +15,11 @@ LEMPER_PASSWORD="" AUTO_INSTALL=true # Cleanup existing LEMP / LAMP installation. -AUTO_REMOVE=true -FORCE_REMOVE=true +AUTO_REMOVE=false +FORCE_REMOVE=false # Dry run install, true for testing only. -DRYRUN=false +DRYRUN=true # Logging for installation process. LOGGING=true