mirror of
https://github.com/aclist/dztui.git
synced 2025-09-05 21:22:26 +02:00
fix: enclose paths
This commit is contained in:
parent
3cd99911a6
commit
3b5960cb16
2 changed files with 3 additions and 3 deletions
|
@ -1168,10 +1168,10 @@ $(print_ip_list | sed 's/"//g')
|
|||
$(list_mods | sed 's/^/\t/g')
|
||||
DOC
|
||||
#2024-12-13
|
||||
find $workshop_dir -mindepth 1 -maxdepth 1 -type d | awk -F/ '{print $NF}' | sort > $mod_log
|
||||
find $workshop_dir -mindepth 1 -maxdepth 1 -type d | awk -F/ '{print $NF}' | sort > "$mod_log"
|
||||
find $workshop_dir -mindepth 1 -name meta.cpp | while read -r line; do
|
||||
cat "$line" | awk '/publishedid/ {print $3}' | sed 's/;//g;s/\r//g'
|
||||
done | sort > $meta_log
|
||||
done | sort > "$meta_log"
|
||||
#END
|
||||
printf "Wrote system log to %s" "$system_log"
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue