From c858bec026d00dec5c06e767c02070accc34ecb6 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Fri, 15 May 2020 01:41:06 +0700 Subject: [PATCH] add root permission notification --- bin/lemper-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lemper-cli.sh b/bin/lemper-cli.sh index 89900f8..867bf8e 100644 --- a/bin/lemper-cli.sh +++ b/bin/lemper-cli.sh @@ -23,7 +23,7 @@ APP_VERSION="1.3.0" # May need to run this as sudo! if [ "$(id -u)" -ne 0 ]; then - error "This command can only be used by root." + echo "This command can only be used by root." exit 1 fi