Browse Source

Fix ./mage script

Mark Shust 7 years ago
parent
commit
f743da564f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compose/magento-1/bin/mage

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

@@ -1,3 +1,2 @@
 #!/bin/bash
-[ -z "$1" ] && echo "Please specify a mage command (ex. cache:flush)" && exit
-eval "./bin/cli su -c \"./mage "$@"\" -s /bin/bash app"
+./bin/cli ./mage "$@"