From 4e202df16113e76dbd1d55ffdb144e4ca260bb8a Mon Sep 17 00:00:00 2001 From: Lakindu Akash Date: Sun, 12 Sep 2021 16:16:38 +0530 Subject: [PATCH] Change run as root message --- src/scripts/create_ap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/create_ap b/src/scripts/create_ap index e2230ea..b8a0e9c 100755 --- a/src/scripts/create_ap +++ b/src/scripts/create_ap @@ -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