Skip to content

Commit 84af02f

Browse files
authored
Merge pull request #447 from CastorDYvaine/master
Makiing a fix for a root file read vulnerability.
2 parents 2cedd27 + 7af106e commit 84af02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/create_ap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ read_config() {
10751075
if is_config_opt "$opt_name" ; then
10761076
eval $opt_name="\$opt_val"
10771077
else
1078-
echo "WARN: Unrecognized configuration entry $opt_name" >&2
1078+
echo "WARN: Unrecognized configuration entry. Please check your config file." >&2
10791079
fi
10801080
done < "$LOAD_CONFIG"
10811081
}

0 commit comments

Comments
 (0)