Browse Source

Remove superfluous bin/fixowns in bin/setup

Mark Shust 6 years ago
parent
commit
b48244ce84
1 changed files with 0 additions and 2 deletions
  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}