Skip to content

Commit c8a5c27

Browse files
committed
fix: fix_lo.sh
1 parent a8a8771 commit c8a5c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lgsm/functions/fix_lo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
88

9-
local APPID_FILE = ${executabledir}/steam_appid.txt
10-
if [! -f "${APPID_FILE}" ]; then
9+
local APPID_FILE=${executabledir}/steam_appid.txt
10+
if [ ! -f "${APPID_FILE}" ]; then
1111
echo "903950" > ${APPID_FILE}
1212
fi

0 commit comments

Comments
 (0)