From 0912e608e93ebd3b417145f2c0cec609d9368331 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 1 Apr 2023 22:41:30 +0100 Subject: [PATCH] prettier --- lgsm/functions/fix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 3bb2f06f6..57f6a91fa 100755 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -65,7 +65,7 @@ for fix in "${apply_pre_start_fix[@]}" "${apply_post_install_fix[@]}"; do done # Fixes that are run on start. -if [ "${commandname}" != "INSTALL" ]&&[ -z "${fixbypass}" ]; then +if [ "${commandname}" != "INSTALL" ] && [ -z "${fixbypass}" ]; then if [ "${appid}" ]; then fix_steamcmd.sh fi