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

Commit 2523617

Browse files
authored
Prevent errors pio-docker running in background
Previously I got "the input device is not a TTY" when starting pio-docker in background
1 parent 9c906e5 commit 2523617

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/bin/pio-docker

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ fi
4949

5050
wdir=`get_current_dir`
5151

52-
docker exec -w $wdir -it $cid pio $@
53-
52+
docker exec -w $wdir $cid pio $@

0 commit comments

Comments
 (0)