From 43a0b4c039b76d1eb752143a9c5989b5b67f63c3 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Thu, 2 Jun 2022 19:51:50 +0530 Subject: [PATCH] fix: command execution in heredoc comment (#4783) --- deployment/setup_20.04.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deployment/setup_20.04.sh b/deployment/setup_20.04.sh index 6f9512f39..15f538846 100644 --- a/deployment/setup_20.04.sh +++ b/deployment/setup_20.04.sh @@ -179,7 +179,8 @@ function main() { Chatwoot Installation (latest) *************************************************************************** -For more verbose logs, open up a second terminal and follow along using, `tail -f /var/log/chatwoot`. +For more verbose logs, open up a second terminal and follow along using, +'tail -f /var/log/chatwoot'. EOF @@ -199,7 +200,7 @@ EOF echo "***** Skipping Postgres and Redis installation. ****" fi - echo -en "\n➥ 1/9 Installing dependencies. This takes a while." + echo -en "\n➥ 1/9 Installing dependencies. This takes a while.\n" install_dependencies &>> "${LOG_FILE}" if [ "$install_pg_redis" != "no" ] @@ -273,7 +274,7 @@ The database migrations had not run as Postgres and Redis were not installed as part of the installation process. After modifying the environment variables (in the .env file) with your external database credentials, run the database migrations using the below command. -`RAILS_ENV=production bundle exec rails db:chatwoot_prepare`. +'RAILS_ENV=production bundle exec rails db:chatwoot_prepare'. *************************************************************************** EOF fi