You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix recognition issue
This commit is contained in:
@@ -26,7 +26,7 @@ fi
|
|||||||
|
|
||||||
# Read exclution and addition config
|
# Read exclution and addition config
|
||||||
EXCLUDE=$(grep -vE '^#|^$' "$MODDIR/EXCLUDE" | tr '\n' '|' | sed 's/|$//')
|
EXCLUDE=$(grep -vE '^#|^$' "$MODDIR/EXCLUDE" | tr '\n' '|' | sed 's/|$//')
|
||||||
ADDITION=$(grep -vE '^#|^$' "$MODDIR/ADDITION")
|
ADDITION=$(grep -vE '^[[:space:]]*#|^[[:space:]]*$' "$MODDIR/ADDITION")
|
||||||
|
|
||||||
# Create or overwrite the target.txt file
|
# Create or overwrite the target.txt file
|
||||||
echo "- Overwritting target.txt"
|
echo "- Overwritting target.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user