We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a8771 commit c8a5c27Copy full SHA for c8a5c27
1 file changed
lgsm/functions/fix_lo.sh
@@ -6,7 +6,7 @@
6
7
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
8
9
-local APPID_FILE = ${executabledir}/steam_appid.txt
10
-if [! -f "${APPID_FILE}" ]; then
+local APPID_FILE=${executabledir}/steam_appid.txt
+if [ ! -f "${APPID_FILE}" ]; then
11
echo "903950" > ${APPID_FILE}
12
fi
0 commit comments