Claiyc
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|