Skip to content

Commit

Permalink
corrected comment on folder check
Browse files Browse the repository at this point in the history
  • Loading branch information
Termuellinator committed Jul 26, 2021
1 parent bf21efd commit f3e31d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proton-community-updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -592,10 +592,10 @@ proton_manage() {
message info "Steam does not appear to be installed."
return 0
fi

# Check if the proton_dir exists and create it if not
if [ ! -d "$proton_dir" ]; then
mkdir -p "$proton_dir"
# message info "Proton directory not found. Unable to continue.\n\n$proton_dir"
# return 0
fi

# The proton management menu will loop until the user cancels
Expand Down

0 comments on commit f3e31d3

Please sign in to comment.