From c1438c65eb683ea6763ace942058afea66f8f60e Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:54:55 +0000 Subject: [PATCH] added spaces to if statement --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 1471325..7987629 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -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' @@ -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"