From f0c3ba275ec7f1935cfa32f493289d959c09abdc Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 8 Oct 2022 11:34:56 +0900 Subject: [PATCH] Force remove directory --- helpers/scmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/scmd.sh b/helpers/scmd.sh index 50a27ac..8288aa9 100644 --- a/helpers/scmd.sh +++ b/helpers/scmd.sh @@ -85,7 +85,7 @@ auto_mod_download(){ if [[ $staging_dir == "/tmp" ]]; then sudo chown -R $USER:$gid "$staging_dir"/steamapps fi - rm -r "$staging_dir"/steamapps + sudo rm -rf "$staging_dir"/steamapps fi tput civis [[ ${#ids[@]} -gt 1 ]] && s=s