Explorar o código

fix: fix_lo.sh

Claiyc %!s(int64=5) %!d(string=hai) anos
pai
achega
c8a5c2732e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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