ソースを参照

fix: fix_lo.sh

Claiyc 4 年 前
コミット
c8a5c2732e
1 ファイル変更2 行追加2 行削除
  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