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 590bcbd commit 49c3b09Copy full SHA for 49c3b09
lgsm/functions/fix_lo.sh
@@ -10,8 +10,8 @@ local APPID_FILE=${executabledir}/steam_appid.txt
10
if [ ! -f "${APPID_FILE}" ]; then
11
fn_print_information "adding ${APPID_FILE} to ${gamename} server."
12
fn_sleep_time
13
- echo "903950" > ${APPID_FILE}
+ echo "903950" > "${APPID_FILE}"
14
else
15
fn_print_information "${APPID_FILE} already exists. No action to be taken."
16
17
-fi
+fi
0 commit comments