gg
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Michael Grote 2024-05-07 01:55:15 +02:00
parent a8517d5733
commit 5ecd464fbe
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ function get_unread_entries {
function filter_entries {
echo "[INFO] Filtering entries..."
# fuer jede Zeile in $MF_FILTERLIST
echo $MF_FILTERLIST | while read -r line; do
echo "$MF_FILTERLIST" | while read -r line; do
if [[ $MF_DEBUG -eq 1 ]]; then
echo "[DEBUG] set search values"
fi