Skip to content

Commit

Permalink
Merge pull request #447 from CastorDYvaine/master
Browse files Browse the repository at this point in the history
Makiing a fix for a root file read vulnerability.
  • Loading branch information
lakinduakash authored Dec 23, 2024
2 parents 2cedd27 + 7af106e commit 84af02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/create_ap
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 84af02f

Please sign in to comment.