Skip to content

Commit

Permalink
small fix in m2d bash
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHyski authored Aug 20, 2018
1 parent eaad339 commit 661238e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage2docker.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mage2docker () {
docker logs -f $1
;;
bash)
docker exec -it q -u root $1 bash
docker exec -it -e LINES=$(tput lines) -e COLUMNS=$(tput cols) -u root $1 bash
;;
bash-www)
docker exec -it -e LINES=$(tput lines) -e COLUMNS=$(tput cols) -u www-data $1 bash
Expand Down

0 comments on commit 661238e

Please sign in to comment.