From fdf5f6570e9d1fd126ababea55d6c51da6788b85 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 16 Sep 2017 23:31:47 +0200 Subject: [PATCH] smaller bug fixes --- Dockerfile | 4 ---- tools/villas.sh | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a16b36f0..2cbe3fc64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,10 +40,6 @@ RUN dnf -y install \ libnl3 \ libcurl \ jansson \ - libxil \ - libwebsockets \ - zeromq \ - nanomsg \ iproute \ kernel-modules-extra \ module-init-tools diff --git a/tools/villas.sh b/tools/villas.sh index 7416daec3..23feb6be5 100755 --- a/tools/villas.sh +++ b/tools/villas.sh @@ -47,7 +47,7 @@ if ! [[ "$TOOL" =~ $(echo ^\($TOOLS\)$) ]]; then echo " and point your web browser to http://localhost:80" echo # Show VILLASnode copyright and contact info - villas-node --help | tail -n3 + villas-node -h | tail -n3 exit 1 fi