From 82035f9c91d8318a05cc61f683df198b9360984b Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Thu, 7 Apr 2022 20:51:42 +0530 Subject: [PATCH] feat: support ce install with linux script --- deployment/setup_20.04.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/setup_20.04.sh b/deployment/setup_20.04.sh index 78de71e33..11bd947ba 100644 --- a/deployment/setup_20.04.sh +++ b/deployment/setup_20.04.sh @@ -105,6 +105,7 @@ sed -i -e '/POSTGRES_HOST/ s/=.*/=localhost/' .env sed -i -e '/POSTGRES_USERNAME/ s/=.*/=chatwoot/' .env sed -i -e "/POSTGRES_PASSWORD/ s/=.*/=$pg_pass/" .env sed -i -e '/RAILS_ENV/ s/=.*/=$RAILS_ENV/' .env +echo -en "\nINSTALLATION_ENV=linux_script" >> ".env" if [[ "$2" == "ce" ]];then rm -rf enterprise