Change run as root message

This commit is contained in:
Lakindu Akash 2021-09-12 16:16:38 +05:30
parent dc53fc356a
commit 4e202df161
No known key found for this signature in database
GPG Key ID: 6FB0085A614E0AC2

View File

@ -1307,7 +1307,7 @@ if [[ -n "$LIST_CLIENTS_ID" ]]; then
fi
if [[ $(id -u) -ne 0 ]]; then
echo "You must run it as root." >&2
echo "create_ap must be run as root." >&2
exit 1
fi