|
|
@@ -70,7 +70,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
- echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
+ echo -e "${blue}postdetails\t${default}pd |Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
|
@@ -135,7 +135,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
- echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
+ echo -e "${blue}postdetails\t${default}pd |Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}change-password\t${default}pw |Changes TS3 serveradmin password."
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}install\t${default}i |Install the server."
|
|
|
@@ -201,7 +201,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful infomation about the server."
|
|
|
- echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
+ echo -e "${blue}postdetails\t${default}pd |Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}console\t${default}c |Console allows you to access the live view of a server."
|
|
|
echo -e "${blue}debug\t${default}d |See the output of the server directly to your terminal."
|
|
|
@@ -262,7 +262,7 @@ case "${getopt}" in
|
|
|
echo -e "${blue}monitor\t${default}m |Checks that the server is running."
|
|
|
echo -e "${blue}test-alert\t${default}ta |Sends test alert."
|
|
|
echo -e "${blue}details\t${default}dt |Displays useful information about the server."
|
|
|
- echo -e "${blue}postdetails\t${default}pd | Post stripped details to pastebin (for support)"
|
|
|
+ echo -e "${blue}postdetails\t${default}pd |Post stripped details to pastebin (for support)"
|
|
|
echo -e "${blue}backup\t${default}b |Create archive of the server."
|
|
|
echo -e "${blue}install\t${default}i |Install the server."
|
|
|
} | column -s $'\t' -t
|