From 7af106e60c11b3af334c613d60c9349432d739d1 Mon Sep 17 00:00:00 2001 From: CastorDYvaine <88608105+CastorDYvaine@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:56:41 +1300 Subject: [PATCH] Update create_ap --- 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 448600e..ca2f55b 100755 --- a/src/scripts/create_ap +++ b/src/scripts/create_ap @@ -1075,7 +1075,7 @@ read_config() { if is_config_opt "$opt_name" ; then eval $opt_name="\$opt_val" else - echo "WARN: Unrecognized configuration entry $opt_name" >&2 + echo "WARN: Unrecognized configuration entry. Please check your config file." >&2 fi done < "$LOAD_CONFIG" }