Browse Source

add doublequotes in fix_lo.sh

pull/3563/head
Claiyc 4 years ago
committed by GitHub
parent
commit
49c3b09df9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lgsm/functions/fix_lo.sh

2
lgsm/functions/fix_lo.sh

@ -10,7 +10,7 @@ local APPID_FILE=${executabledir}/steam_appid.txt
if [ ! -f "${APPID_FILE}" ]; then
fn_print_information "adding ${APPID_FILE} to ${gamename} server."
fn_sleep_time
echo "903950" > ${APPID_FILE}
echo "903950" > "${APPID_FILE}"
else
fn_print_information "${APPID_FILE} already exists. No action to be taken."
fn_sleep_time

Loading…
Cancel
Save