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