fix: misprint

This commit is contained in:
GenZmeY 2020-07-19 12:19:54 +03:00
parent b618acd1e1
commit 1dc49530ce

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"