소스 검색

Remove superfluous bin/fixowns in bin/setup

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

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

@@ -8,8 +8,6 @@ echo "Copying all files from host to container..."
 rm -rf src/vendor #Clear for step below
 bin/copytocontainer --all
 
-bin/fixowns
-
 bin/clinotty chmod u+x bin/magento
 
 BASE_URL=${1:-magento2.test}