소스 검색

Fix Magento2 setup script with n98-magerun2.phar

kratajczyk 5 년 전
부모
커밋
ffda946862
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compose/magento-2/bin/setup

+ 1 - 1
compose/magento-2/bin/setup

@@ -11,7 +11,7 @@ sleep 1 #Ensure containers are started...
 
 
 curl -O https://files.magerun.net/n98-magerun2.phar
 curl -O https://files.magerun.net/n98-magerun2.phar
 chmod +x n98-magerun2.phar
 chmod +x n98-magerun2.phar
-mv n98-magerun2.phar src/bin/n98-magerun2
+mv n98-magerun2.phar src/bin/n98-magerun2.phar
 
 
 echo "Copying all files from host to container..."
 echo "Copying all files from host to container..."
 rm -rf src/vendor #Clear for step below
 rm -rf src/vendor #Clear for step below