Bläddra i källkod

Ensure src dir is created for SSH installs

Mark Shust 3 år sedan
förälder
incheckning
e558583153
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      compose/bin/setup

+ 1 - 0
compose/bin/setup

@@ -16,6 +16,7 @@ docker-compose -f docker-compose.yml up -d
 [ $? != 0 ] && echo "Failed to start Docker services" && exit
 [ $? != 0 ] && echo "Failed to start Docker services" && exit
 
 
 bin/clinotty chmod u+x bin/magento
 bin/clinotty chmod u+x bin/magento
+mkdir -p src
 mv .vscode src
 mv .vscode src
 
 
 echo "Waiting for connection to Elasticsearch..."
 echo "Waiting for connection to Elasticsearch..."