mirror of
https://github.com/JonasunderscoreJones/dayz-linux-gui-launcher.git
synced 2025-10-23 00:09:19 +02:00
fix: mods with ' in their name
This commit is contained in:
parent
10a7396223
commit
f459061a96
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ for modid in "${INPUT[@]}"; do
|
|||
modname="$(gawk 'match($0,/name\s*=\s*"(.+)"/,m){print m[1];exit}' "${modmeta}")"
|
||||
[[ -n "${modname}" ]] || err "Missing mod name for: ${modid}"
|
||||
debug "Mod ${modid} found: ${modname}"
|
||||
modname="${modname//\'/}"
|
||||
|
||||
if ! [[ -L "${DIR_DAYZ}/@${modname}" ]]; then
|
||||
msg "Creating mod symlink for: ${modname}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue