We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cedd27 + 7af106e commit 84af02fCopy full SHA for 84af02f
1 file changed
src/scripts/create_ap
@@ -1075,7 +1075,7 @@ read_config() {
1075
if is_config_opt "$opt_name" ; then
1076
eval $opt_name="\$opt_val"
1077
else
1078
- echo "WARN: Unrecognized configuration entry $opt_name" >&2
+ echo "WARN: Unrecognized configuration entry. Please check your config file." >&2
1079
fi
1080
done < "$LOAD_CONFIG"
1081
}
0 commit comments