Parcourir la source

fix: fix_lo.sh

Claiyc il y a 4 ans
Parent
commit
c8a5c2732e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      lgsm/functions/fix_lo.sh

+ 2 - 2
lgsm/functions/fix_lo.sh

@@ -6,7 +6,7 @@
 
 functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
 
-local APPID_FILE = ${executabledir}/steam_appid.txt
-if [! -f "${APPID_FILE}" ]; then
+local APPID_FILE=${executabledir}/steam_appid.txt
+if [ ! -f "${APPID_FILE}" ]; then
     echo "903950" > ${APPID_FILE}
 fi