From 1922fa25609933db75fc28b0c297bea8ca8883b9 Mon Sep 17 00:00:00 2001 From: Ronny Nilsson Date: Sun, 8 Nov 2020 01:12:27 +0100 Subject: [PATCH] iop: TaaS need the trickle application too. --- iop/scripts/taas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iop/scripts/taas.sh b/iop/scripts/taas.sh index e53168d0b..46ab545bb 100644 --- a/iop/scripts/taas.sh +++ b/iop/scripts/taas.sh @@ -26,7 +26,7 @@ function taas-init() { # Prerequisites? for app in expect socat timeout stdbuf bash env head strings \ - tee cut tr grep curl ssh; do + tee cut tr grep curl ssh trickle; do if ! which $app >/dev/null; then echo "Error; missing command \"$app\"" echo "Install it from your Linux distro!"