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. 4
      lgsm/functions/fix_lo.sh

4
lgsm/functions/fix_lo.sh

@ -10,8 +10,8 @@ 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
fi
fi

Loading…
Cancel
Save