fix: misprint
This commit is contained in:
parent
b618acd1e1
commit
1dc49530ce
@ -467,7 +467,7 @@ function create_cache ()
|
|||||||
if [[ -L "$DefaultDownloadDir" ]]; then
|
if [[ -L "$DefaultDownloadDir" ]]; then
|
||||||
install -d -g "$SteamUser" -o "$SteamUser" -m 775 "$DownloadDir"
|
install -d -g "$SteamUser" -o "$SteamUser" -m 775 "$DownloadDir"
|
||||||
elif [[ -d "$DefaultDownloadDir" ]]; then
|
elif [[ -d "$DefaultDownloadDir" ]]; then
|
||||||
mv -rf "$DefaultDownloadDir" "$DownloadDir"
|
mv -f "$DefaultDownloadDir" "$DownloadDir"
|
||||||
ln -s "$DownloadDir" "$DefaultDownloadDir"
|
ln -s "$DownloadDir" "$DefaultDownloadDir"
|
||||||
else
|
else
|
||||||
install -d -g "$SteamUser" -o "$SteamUser" -m 775 "$DownloadDir"
|
install -d -g "$SteamUser" -o "$SteamUser" -m 775 "$DownloadDir"
|
||||||
|
Loading…
Reference in New Issue
Block a user