changed cd from ~ to $HD
This commit is contained in:
parent
4007d76e90
commit
3911bd94d3
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ sudo ufw allow $GQL_PORT
|
||||||
sudo ufw allow $API_PORT
|
sudo ufw allow $API_PORT
|
||||||
|
|
||||||
# Here goes nothing
|
# Here goes nothing
|
||||||
cd ~
|
cd $HD
|
||||||
git clone https://github.com/thewhiterabbit/saleor.git
|
git clone https://github.com/thewhiterabbit/saleor.git
|
||||||
wait
|
wait
|
||||||
cd saleor
|
cd saleor
|
||||||
|
@ -277,7 +277,7 @@ echo "Creating production deployment packages for Saleor Dashboard..."
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Missing some things here as well
|
# Missing some things here as well
|
||||||
cd ~
|
cd $HD
|
||||||
git clone https://github.com/mirumee/saleor-dashboard.git
|
git clone https://github.com/mirumee/saleor-dashboard.git
|
||||||
wait
|
wait
|
||||||
cd saleor-dashboard
|
cd saleor-dashboard
|
||||||
|
|
Loading…
Reference in a new issue