mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: TaaS need the trickle application too.
This commit is contained in:
parent
fe86ade858
commit
1922fa2560
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ function taas-init() {
|
||||||
|
|
||||||
# Prerequisites?
|
# Prerequisites?
|
||||||
for app in expect socat timeout stdbuf bash env head strings \
|
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
|
if ! which $app >/dev/null; then
|
||||||
echo "Error; missing command \"$app\""
|
echo "Error; missing command \"$app\""
|
||||||
echo "Install it from your Linux distro!"
|
echo "Install it from your Linux distro!"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue