From 3911bd94d3a5e598eea14391de2d5a0cd5049807 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Sun, 24 Jan 2021 00:54:11 -0800 Subject: [PATCH] changed cd from ~ to $HD --- Saleor_Production_Deployment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Saleor_Production_Deployment.sh b/Saleor_Production_Deployment.sh index df96337..e7932ba 100644 --- a/Saleor_Production_Deployment.sh +++ b/Saleor_Production_Deployment.sh @@ -223,7 +223,7 @@ sudo ufw allow $GQL_PORT sudo ufw allow $API_PORT # Here goes nothing -cd ~ +cd $HD git clone https://github.com/thewhiterabbit/saleor.git wait cd saleor @@ -277,7 +277,7 @@ echo "Creating production deployment packages for Saleor Dashboard..." echo "" # Missing some things here as well -cd ~ +cd $HD git clone https://github.com/mirumee/saleor-dashboard.git wait cd saleor-dashboard