Browse Source

fix: fix_lo.sh

pull/3563/head
Claiyc 4 years ago
parent
commit
c8a5c2732e
  1. 4
      lgsm/functions/fix_lo.sh

4
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
Loading…
Cancel
Save