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

Force remove directory

This commit is contained in:
aclist 2022-10-08 11:34:56 +09:00
parent f60857a64a
commit f0c3ba275e

View file

@ -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