fix: misprint

This commit is contained in:
GenZmeY 2020-07-19 12:19:54 +03:00
parent 1c25ebb829
commit 51a3668a9f

View File

@ -467,7 +467,7 @@ function create_cache ()
if [[ -L "$DefaultDownloadDir" ]]; then
install -d -g "$SteamUser" -o "$SteamUser" -m 775 "$DownloadDir"
elif [[ -d "$DefaultDownloadDir" ]]; then
mv -rf "$DefaultDownloadDir" "$DownloadDir"
mv -f "$DefaultDownloadDir" "$DownloadDir"
ln -s "$DownloadDir" "$DefaultDownloadDir"
else
install -d -g "$SteamUser" -o "$SteamUser" -m 775 "$DownloadDir"