1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

smaller bug fixes

This commit is contained in:
Steffen Vogel 2017-09-16 23:31:47 +02:00
parent 11b5295f4e
commit fdf5f6570e
2 changed files with 1 additions and 5 deletions

View file

@ -40,10 +40,6 @@ RUN dnf -y install \
libnl3 \
libcurl \
jansson \
libxil \
libwebsockets \
zeromq \
nanomsg \
iproute \
kernel-modules-extra \
module-init-tools

View file

@ -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