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