fix: misprint
This commit is contained in:
parent
1c25ebb829
commit
51a3668a9f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user