diff --git a/Makefile b/Makefile index 42e754e0..f3845ff7 100644 --- a/Makefile +++ b/Makefile @@ -124,8 +124,8 @@ clean: install: @if ! [ "$(shell id -u)" = 0 ];then - @echo "You are not root, install will fail." - exit 1 + @echo "You are not root, install will fail." + exit 1 fi all mkdir -p /opt/dvm/bin || true