Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Prevent errors pio-docker running in background
Browse files Browse the repository at this point in the history
Previously I got "the input device is not a TTY" when starting pio-docker in background
  • Loading branch information
bostko authored Oct 18, 2019
1 parent 9c906e5 commit 2523617
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/bin/pio-docker
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ fi

wdir=`get_current_dir`

docker exec -w $wdir -it $cid pio $@

docker exec -w $wdir $cid pio $@

0 comments on commit 2523617

Please sign in to comment.