From 20393eb1510b085f7bdd9056b428c912294d3749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Delgehier=20C=C3=A9dric?= Date: Tue, 17 Apr 2018 11:43:05 +0000 Subject: [PATCH] Fix a vulgarization --- cosbench-openio/start-cosbench.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosbench-openio/start-cosbench.sh b/cosbench-openio/start-cosbench.sh index 2a6eb8a..01ea1f5 100755 --- a/cosbench-openio/start-cosbench.sh +++ b/cosbench-openio/start-cosbench.sh @@ -75,7 +75,7 @@ if [ "$CONTROLLER" = true -a "$DRIVER" = true ]; then elif [ "$CONTROLLER" = true ]; then echo "Sarting controller" ./start-controller.sh -elif [ "$DRIVERS" = true ]; then +elif [ "$DRIVER" = true ]; then echo "Starting driver" ./start-driver.sh else