File tree Expand file tree Collapse file tree 7 files changed +38
-38
lines changed Expand file tree Collapse file tree 7 files changed +38
-38
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # LinuxGSM command_donate .sh module
2
+ # LinuxGSM command_sponsor .sh module
3
3
# Author: Daniel Gibbs
4
4
# Contributors: http://linuxgsm.com/contrib
5
5
# Website: https://linuxgsm.com
6
- # Description: Shows ways to donate .
6
+ # Description: Shows ways to sponsor .
7
7
8
- commandname=" DONATE "
9
- commandaction=" Donate "
8
+ commandname=" SPONSOR "
9
+ commandaction=" Sponsor "
10
10
functionselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
11
11
fn_firstcommand_set
12
12
@@ -15,10 +15,10 @@ echo -e "${lightyellow}Support LinuxGSM${default}"
15
15
echo -e " ================================="
16
16
echo -e " "
17
17
echo -e " Been using LinuxGSM?"
18
- echo -e " Consider donating to support development."
18
+ echo -e " Consider sponsoring to support development."
19
19
echo -e " "
20
- echo -e " * ${lightblue} Patreon:${default} https://linuxgsm.com/patreon"
21
20
echo -e " * ${lightblue} GitHub:${default} https://github.com/sponsors/dgibbs64"
21
+ echo -e " * ${lightblue} Patreon:${default} https://linuxgsm.com/patreon"
22
22
echo -e " * ${lightblue} PayPal:${default} https://linuxgsm.com/paypal"
23
23
echo -e " "
24
24
echo -e " LinuxGSM est. 2012"
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ command_details.sh() {
86
86
fn_fetch_function
87
87
}
88
88
89
- command_donate .sh () {
89
+ command_sponsor .sh () {
90
90
functionfile=" ${FUNCNAME[0]} "
91
91
fn_fetch_function
92
92
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cmd_update_linuxgsm=("ul;update-lgsm;uf;update-functions" "command_update_linuxg
22
22
cmd_test_alert=(" ta;test-alert" " command_test_alert.sh" " Send a test alert." )
23
23
cmd_monitor=(" m;monitor" " command_monitor.sh" " Check server status and restart if crashed." )
24
24
cmd_skeleton=(" sk;skeleton" " command_skeleton.sh" " Create a skeleton directory." )
25
- cmd_donate =(" do;donate " " command_donate .sh" " Donation options." )
25
+ cmd_sponsor =(" s;sponsor " " command_sponsor .sh" " Donation options." )
26
26
cmd_send=(" sd;send" " command_send.sh" " Send command to game server console." )
27
27
# Console servers only.
28
28
cmd_console=(" c;console" " command_console.sh" " Access server console." )
@@ -148,8 +148,8 @@ if [ -f ".dev-debug" ]; then
148
148
currentopt+=(" ${cmd_dev_detect_deps[@]} " " ${cmd_dev_detect_glibc[@]} " " ${cmd_dev_detect_ldd[@]} " " ${cmd_dev_query_raw[@]} " " ${cmd_dev_clear_functions[@]} " )
149
149
fi
150
150
151
- # # Donate .
152
- currentopt+=(" ${cmd_donate [@]} " )
151
+ # # Sponsor .
152
+ currentopt+=(" ${cmd_sponsor [@]} " )
153
153
154
154
# ## Build list of available commands.
155
155
optcommands=()
Original file line number Diff line number Diff line change @@ -614,8 +614,8 @@ echo -e "8.3 - dev - detect deps"
614
614
echo -e " 8.4 - dev - query-raw"
615
615
616
616
echo -e " "
617
- echo -e " 9.0 - Donate "
618
- echo -e " 9.1 - donate "
617
+ echo -e " 9.0 - Sponsor "
618
+ echo -e " 9.1 - sponsor "
619
619
echo -e " "
620
620
621
621
echo -e " 0.0 - Pre-test Tasks"
@@ -1153,22 +1153,22 @@ grep functionfile= "${TRAVIS_BUILD_DIR}/dev-debug.log" | sed 's/functionfile=//g
1153
1153
1154
1154
echo -e " "
1155
1155
1156
- echo -e " 9.0 - Donate "
1156
+ echo -e " 9.0 - Sponsor "
1157
1157
echo -e " =================================================================="
1158
1158
1159
1159
echo -e " "
1160
- echo -e " 9.1 - donate "
1160
+ echo -e " 9.1 - sponsor "
1161
1161
echo -e " ================================="
1162
1162
echo -e " Description:"
1163
- echo -e " donate ."
1164
- echo -e " Command: ./${gameservername} donate "
1163
+ echo -e " sponsor ."
1164
+ echo -e " Command: ./${gameservername} sponsor "
1165
1165
requiredstatus=" STARTED"
1166
1166
fn_setstatus
1167
1167
(
1168
1168
exec 5> " ${TRAVIS_BUILD_DIR} /dev-debug.log"
1169
1169
BASH_XTRACEFD=" 5"
1170
1170
set -x
1171
- command_donate .sh
1171
+ command_sponsor .sh
1172
1172
)
1173
1173
fn_test_result_pass
1174
1174
echo -e " run order"
Original file line number Diff line number Diff line change @@ -620,8 +620,8 @@ echo -e "8.2 - dev - detect ldd"
620
620
echo -e " 8.3 - dev - detect deps"
621
621
echo -e " 8.4 - dev - query-raw"
622
622
echo -e " "
623
- echo -e " 9.0 - Donate "
624
- echo -e " 9.1 - donate "
623
+ echo -e " 9.0 - Sponsor "
624
+ echo -e " 9.1 - sponsor "
625
625
echo -e " "
626
626
echo -e " 0.0 - Pre-test Tasks"
627
627
echo -e " =================================================================="
@@ -1320,22 +1320,22 @@ echo -e "================="
1320
1320
grep functionfile= " ${TRAVIS_BUILD_DIR} /dev-debug.log" | sed ' s/functionfile=//g'
1321
1321
1322
1322
echo -e " "
1323
- echo -e " 9.0 - Donate "
1323
+ echo -e " 9.0 - Sponsor "
1324
1324
echo -e " =================================================================="
1325
1325
1326
1326
echo -e " "
1327
- echo -e " 9.1 - donate "
1327
+ echo -e " 9.1 - sponsor "
1328
1328
echo -e " ================================="
1329
1329
echo -e " Description:"
1330
- echo -e " donate ."
1331
- echo -e " Command: ./${gameservername} donate "
1330
+ echo -e " sponsor ."
1331
+ echo -e " Command: ./${gameservername} sponsor "
1332
1332
requiredstatus=" STARTED"
1333
1333
fn_setstatus
1334
1334
(
1335
1335
exec 5> " ${TRAVIS_BUILD_DIR} /dev-debug.log"
1336
1336
BASH_XTRACEFD=" 5"
1337
1337
set -x
1338
- command_donate .sh
1338
+ command_sponsor .sh
1339
1339
)
1340
1340
fn_test_result_pass
1341
1341
echo -e " run order"
Original file line number Diff line number Diff line change @@ -613,8 +613,8 @@ echo -e "8.2 - dev - detect ldd"
613
613
echo -e " 8.3 - dev - detect deps"
614
614
echo -e " 8.4 - dev - query-raw"
615
615
echo -e " "
616
- echo -e " 9.0 - Donate "
617
- echo -e " 9.1 - donate "
616
+ echo -e " 9.0 - Sponsor "
617
+ echo -e " 9.1 - sponsor "
618
618
619
619
echo -e " "
620
620
echo -e " 0.0 - Pre-test Tasks"
@@ -1198,22 +1198,22 @@ echo -e "================="
1198
1198
grep functionfile= " ${TRAVIS_BUILD_DIR} /dev-debug.log" | sed ' s/functionfile=//g'
1199
1199
1200
1200
echo -e " "
1201
- echo -e " 9.0 - Donate "
1201
+ echo -e " 9.0 - Sponsor "
1202
1202
echo -e " =================================================================="
1203
1203
1204
1204
echo -e " "
1205
- echo -e " 9.1 - donate "
1205
+ echo -e " 9.1 - sponsor "
1206
1206
echo -e " ================================="
1207
1207
echo -e " Description:"
1208
- echo -e " donate ."
1209
- echo -e " Command: ./${gameservername} donate "
1208
+ echo -e " sponsor ."
1209
+ echo -e " Command: ./${gameservername} sponsor "
1210
1210
requiredstatus=" STARTED"
1211
1211
fn_setstatus
1212
1212
(
1213
1213
exec 5> " ${TRAVIS_BUILD_DIR} /dev-debug.log"
1214
1214
BASH_XTRACEFD=" 5"
1215
1215
set -x
1216
- command_donate .sh
1216
+ command_sponsor .sh
1217
1217
)
1218
1218
fn_test_result_pass
1219
1219
echo -e " run order"
Original file line number Diff line number Diff line change @@ -614,8 +614,8 @@ echo -e "8.2 - dev - detect ldd"
614
614
echo -e " 8.3 - dev - detect deps"
615
615
echo -e " 8.4 - dev - query-raw"
616
616
echo -e " "
617
- echo -e " 9.0 - Donate "
618
- echo -e " 9.1 - donate "
617
+ echo -e " 9.0 - Sponsor "
618
+ echo -e " 9.1 - sponsor "
619
619
echo -e " "
620
620
echo -e " 0.0 - Pre-test Tasks"
621
621
echo -e " =================================================================="
@@ -1151,22 +1151,22 @@ echo -e "================="
1151
1151
grep functionfile= " ${TRAVIS_BUILD_DIR} /dev-debug.log" | sed ' s/functionfile=//g'
1152
1152
1153
1153
echo -e " "
1154
- echo -e " 9.0 - Donate "
1154
+ echo -e " 9.0 - Sponsor "
1155
1155
echo -e " =================================================================="
1156
1156
1157
1157
echo -e " "
1158
- echo -e " 9.1 - donate "
1158
+ echo -e " 9.1 - sponsor "
1159
1159
echo -e " ================================="
1160
1160
echo -e " Description:"
1161
- echo -e " donate ."
1162
- echo -e " Command: ./${gameservername} donate "
1161
+ echo -e " sponsor ."
1162
+ echo -e " Command: ./${gameservername} sponsor "
1163
1163
requiredstatus=" STARTED"
1164
1164
fn_setstatus
1165
1165
(
1166
1166
exec 5> " ${TRAVIS_BUILD_DIR} /dev-debug.log"
1167
1167
BASH_XTRACEFD=" 5"
1168
1168
set -x
1169
- command_donate .sh
1169
+ command_sponsor .sh
1170
1170
)
1171
1171
fn_test_result_pass
1172
1172
echo -e " run order"
You can’t perform that action at this time.
0 commit comments