summarylogtreecommitdiffstats
path: root/clonehero.sh
diff options
context:
space:
mode:
Diffstat (limited to 'clonehero.sh')
-rwxr-xr-xclonehero.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/clonehero.sh b/clonehero.sh
index 96f84b534138..fa5cee4ce794 100755
--- a/clonehero.sh
+++ b/clonehero.sh
@@ -41,8 +41,7 @@ fi
if [[ "/opt/$pkgname/clonehero_Data" -nt "$HOME/.$pkgname/clonehero_Data" ]]; then
echo "Replacing old data folder"
# This was the name of the data folder before v0.21.7
- rm -rf "$HOME/.$pkgname/Clone Hero_Data"
- rm -rf "$HOME/.$pkgname/clonehero_Data"
+ rm "$HOME/.$pkgname/Clone Hero_Data"
cp -r "/opt/$pkgname/clonehero_Data" "$HOME/.$pkgname/clonehero_Data"
fi