We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ece8a4 commit 60065e7Copy full SHA for 60065e7
scripts/fast-reboot
@@ -106,7 +106,7 @@ if [[ "$REBOOT_TYPE" = "warm-reboot" ]]; then
106
# Send USR1 signal to all teamd instances to stop them
107
# It will prepare teamd for warm-reboot
108
# 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
+ docker exec -i teamd pkill -USR1 teamd > /dev/null
110
fi
111
112
if [[ "$REBOOT_TYPE" = "fast-reboot" ]]; then
0 commit comments