Pārlūkot izejas kodu

Remove superfluous bin/fixowns in bin/setup

Mark Shust 6 gadi atpakaļ
vecāks
revīzija
b48244ce84
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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}