From 98e0d4b8ef9328e2b3fe18ce52991cea3cb63895 Mon Sep 17 00:00:00 2001 From: Adish M <44204658+adishM98@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:27:18 +0530 Subject: [PATCH] Update setup_machine.sh --- deploy/ec2/setup_machine.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/ec2/setup_machine.sh b/deploy/ec2/setup_machine.sh index 05c7e439c0..ed6ad41bbc 100644 --- a/deploy/ec2/setup_machine.sh +++ b/deploy/ec2/setup_machine.sh @@ -65,7 +65,8 @@ sudo cp /tmp/postgrest.service /lib/systemd/system/postgrest.service # Setup app directory mkdir -p ~/app -git clone -b main https://github.com/ToolJet/ToolJet.git ~/app && cd ~/app +git clone -b plugin/textract https://github.com/ToolJet/ToolJet.git ~/app && cd ~/app +#need to change it main before merging the PR mv /tmp/.env ~/app/.env mv /tmp/setup_app ~/app/setup_app