From 5485c155a6f4215301dab70bf88a76e0bdea4955 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 13 Aug 2023 11:42:25 +0200 Subject: [PATCH] fix WITH_DOCKER syntax --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3213613..aaca8d5 100644 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ ynh_replace_string --match_string="UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE" --replace_str #================================================= source $install_dir/.env -export WITH_DOCKER=no # or source .env ? # Using this for now +export WITH_DOCKER="no" # or source .env ? # Using this for now # TODO Debug ynh_exec_warn echo 'Debug install dir ENV file'