diff --git a/bin/drush b/bin/drush index 8b92d022451fcfab606a4ced32f0279a69a688cf..d28deb838e1c4b9c19edde7cde03fceb7430cde1 100755 --- a/bin/drush +++ b/bin/drush @@ -4,7 +4,7 @@ function setPermissions { chmod -R g+w . } -docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php drush $@ +docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} php drush $@ if [[ "$1" == "gen" ]]; then setPermissions diff --git a/bin/rector b/bin/rector index 0ebfe8ffc777314061fc22226c1bc3aef3884803..18319e1bc12a0de3a7a896bf1acd369f4cd904cc 100755 --- a/bin/rector +++ b/bin/rector @@ -1,3 +1,3 @@ #!/bin/bash -docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php /var/www/html/vendor/bin/rector "$@" +docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} php /var/www/html/vendor/bin/rector "$@"