Skip to content

Commit

Permalink
added spaces to if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sysmoon14 authored Mar 6, 2024
1 parent 61ba9e8 commit c1438c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for arg in "${args[@]}"; do
fi
done

if ["$nopython" = false]; then
if [ "$nopython" = false ]; then
#Download Modules
# Define the repository and the folders to clone
repo_url='https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck/archive/refs/heads/main.zip'
Expand Down Expand Up @@ -2763,7 +2763,7 @@ fi



if ["$nopython" = false]; then
if [ "$nopython" = false ]; then

#Setup NSLGameScanner.service
python_script_path="${logged_in_home}/.config/systemd/user/NSLGameScanner.py"
Expand Down

0 comments on commit c1438c6

Please sign in to comment.