mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-04 19:58:18 +00:00
add root permission notification
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user