1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-04 19:43:00 +02:00

Better handling of inter-device block movement

This commit is contained in:
aclist 2022-01-21 05:41:35 +09:00 committed by GitHub
parent a0d73ed338
commit b369266803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ steamcmd_modlist(){
}
move_files(){
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
}
auto_mod_download(){