Skip to content

Commit 49c3b09

Browse files
authored
add doublequotes in fix_lo.sh
1 parent 590bcbd commit 49c3b09

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
@@ -10,8 +10,8 @@ local APPID_FILE=${executabledir}/steam_appid.txt
1010
if [ ! -f "${APPID_FILE}" ]; then
1111
fn_print_information "adding ${APPID_FILE} to ${gamename} server."
1212
fn_sleep_time
13-
echo "903950" > ${APPID_FILE}
13+
echo "903950" > "${APPID_FILE}"
1414
else
1515
fn_print_information "${APPID_FILE} already exists. No action to be taken."
1616
fn_sleep_time
17-
fi
17+
fi

0 commit comments

Comments
 (0)