mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
Better handling of inter-device block movement
This commit is contained in:
parent
a0d73ed338
commit
b369266803
1 changed files with 1 additions and 1 deletions
2
dztui.sh
2
dztui.sh
|
@ -178,7 +178,7 @@ steamcmd_modlist(){
|
||||||
}
|
}
|
||||||
move_files(){
|
move_files(){
|
||||||
sudo chown -R $USER:$gid "$staging_dir"/steamapps
|
sudo chown -R $USER:$gid "$staging_dir"/steamapps
|
||||||
mv "$staging_dir"/steamapps/workshop/content/$aid/* "$workshop_dir"
|
cp -R "$staging_dir"/steamapps/workshop/content/$aid/* "$workshop_dir"
|
||||||
rm -r "$staging_dir"/steamapps
|
rm -r "$staging_dir"/steamapps
|
||||||
}
|
}
|
||||||
auto_mod_download(){
|
auto_mod_download(){
|
||||||
|
|
Loading…
Reference in a new issue