Merge pull request #2600 from alexbelgium/copilot/fix-move-netalertx-folder nobuild

Fix daily_README workflow moving netalertx into netalertx_fa
This commit is contained in:
Alexandre
2026-03-20 20:31:10 +01:00
committed by GitHub
14 changed files with 1 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ jobs:
IFS='|' read -r CONFIG TYPE <<<"$(get_config "$f")"
if [ -n "$CONFIG" ]; then
NAME="$(get_raw '.name' "$TYPE" "$CONFIG")"
if [ -n "${NAME:-}" ] && [ "$f" != "$NAME" ]; then
if [ -n "${NAME:-}" ] && [ "$f" != "$NAME" ] && [ ! -e "$NAME" ]; then
echo "$f" > "$f/oldname"
mv "$f" "$NAME"
fi

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -1 +0,0 @@
netalertx