Skip to content

Commit 60065e7

Browse files
Don't allocate pty for docker exec
1 parent 7ece8a4 commit 60065e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fast-reboot

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if [[ "$REBOOT_TYPE" = "warm-reboot" ]]; then
106106
# Send USR1 signal to all teamd instances to stop them
107107
# It will prepare teamd for warm-reboot
108108
# Note: We must send USR1 signal before syncd, because it will send the last packet through CPU port
109-
docker exec -ti teamd pkill -USR1 teamd > /dev/null
109+
docker exec -i teamd pkill -USR1 teamd > /dev/null
110110
fi
111111

112112
if [[ "$REBOOT_TYPE" = "fast-reboot" ]]; then

0 commit comments

Comments
 (0)