diff options
Diffstat (limited to 'systems')
-rwxr-xr-x | systems/build_base_machine.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/build_base_machine.sh b/systems/build_base_machine.sh index dab2e761..e78b7fe7 100755 --- a/systems/build_base_machine.sh +++ b/systems/build_base_machine.sh @@ -63,7 +63,7 @@ else fi if [ -z ${DOCKER+x} ]; then if [ ! -d /lib/modules/`uname -r`/build ] ; then - die "Kernel devel is not available for active kernel. It can be caused by recent kernel update. Please reboot and run $0 again." + die "Kernel devel is not available for active kernel. It can be caused by recent kernel update. Please reboot and run $0 again." fi fi # download and compile DPDK and Collectd |