mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: encapsulate paths
This commit is contained in:
parent
4bcf894704
commit
b9c30b4f52
2
dzgui.sh
2
dzgui.sh
@ -488,7 +488,7 @@ migrate_files(){
|
|||||||
}
|
}
|
||||||
stale_symlinks(){
|
stale_symlinks(){
|
||||||
local game_dir="$steam_path/steamapps/common/DayZ"
|
local game_dir="$steam_path/steamapps/common/DayZ"
|
||||||
for l in $(find "$game_dir" -xtype l); do
|
for l in "$(find "$game_dir" -xtype l)"; do
|
||||||
logger DEBUG "Updating stale symlink '$l'"
|
logger DEBUG "Updating stale symlink '$l'"
|
||||||
unlink "$l"
|
unlink "$l"
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user