File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
functionselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
8
8
9
- local APPID_FILE =${executabledir} /steam_appid.txt
10
- if [ ! -f " ${APPID_FILE } " ]; then
11
- fn_print_information " adding ${APPID_FILE } to ${gamename} server."
9
+ appidfile =${executabledir} /steam_appid.txt
10
+ if [ ! -f " ${appidfile } " ]; then
11
+ fn_print_information " adding ${appidfile } to ${gamename} server."
12
12
fn_sleep_time
13
- echo " 903950" > " ${APPID_FILE } "
13
+ echo " 903950" > " ${appidfile } "
14
14
else
15
- fn_print_information " ${APPID_FILE } already exists. No action to be taken."
15
+ fn_print_information " ${appidfile } already exists. No action to be taken."
16
16
fn_sleep_time
17
17
fi
Original file line number Diff line number Diff line change 5
5
# Website: https://linuxgsm.com
6
6
# Description: Handles updating of PaperMC and Waterfall servers.
7
7
8
- local commandname=" UPDATE"
9
- local commandaction=" Update"
10
- local function_selfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
8
+ commandname=" UPDATE"
9
+ commandaction=" Update"
10
+ function_selfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
11
11
12
12
fn_update_papermc_dl () {
13
13
# get build info
You can’t perform that action at this time.
0 commit comments