From 4e8e186cc8e3d804bad2567b474c40677feaa4f2 Mon Sep 17 00:00:00 2001 From: ceb515 Date: Wed, 4 May 2022 14:23:30 -0400 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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