mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +02:00
Force remove directory
This commit is contained in:
parent
f60857a64a
commit
f0c3ba275e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ auto_mod_download(){
|
||||||
if [[ $staging_dir == "/tmp" ]]; then
|
if [[ $staging_dir == "/tmp" ]]; then
|
||||||
sudo chown -R $USER:$gid "$staging_dir"/steamapps
|
sudo chown -R $USER:$gid "$staging_dir"/steamapps
|
||||||
fi
|
fi
|
||||||
rm -r "$staging_dir"/steamapps
|
sudo rm -rf "$staging_dir"/steamapps
|
||||||
fi
|
fi
|
||||||
tput civis
|
tput civis
|
||||||
[[ ${#ids[@]} -gt 1 ]] && s=s
|
[[ ${#ids[@]} -gt 1 ]] && s=s
|
||||||
|
|
Loading…
Reference in a new issue