From f08f9a5477407e99491dd269be67f22e02d9369c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 7 Jan 2016 21:15:26 +0000 Subject: [PATCH] Shortened the command name Shortened form password to use pass --- ...nd_ts3_server_password.sh => command_ts3_server_pass.sh} | 0 functions/core_functions.sh | 2 +- functions/core_getopt.sh | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) rename functions/{command_ts3_server_password.sh => command_ts3_server_pass.sh} (100%) diff --git a/functions/command_ts3_server_password.sh b/functions/command_ts3_server_pass.sh similarity index 100% rename from functions/command_ts3_server_password.sh rename to functions/command_ts3_server_pass.sh diff --git a/functions/core_functions.sh b/functions/core_functions.sh index 1c1458595..560a2ee26 100644 --- a/functions/core_functions.sh +++ b/functions/core_functions.sh @@ -85,7 +85,7 @@ functionfile="${FUNCNAME}" fn_runfunction } -command_ts3_server_password.sh(){ +command_ts3_server_pass.sh(){ functionfile="${FUNCNAME}" fn_runfunction } diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh index 38143b728..30bb0bf69 100644 --- a/functions/core_getopt.sh +++ b/functions/core_getopt.sh @@ -90,8 +90,8 @@ case "$getopt" in command_details.sh;; b|backup) command_backup.sh;; - pw|serveradmin-password) - command_ts3_server_password.sh;; + pw|serveradmin-password) + command_ts3_server_pass.sh;; dev|dev-debug) command_dev_debug.sh;; i|install) @@ -115,7 +115,7 @@ case "$getopt" in echo -e "\e[34mmonitor\t\e[0mChecks that the server is running." echo -e "\e[34memail-test\t\e[0mSends test monitor email." echo -e "\e[34mdetails\t\e[0mDisplays useful infomation about the server." - echo -e "\e[34mserveradmin-password\t\e[0mChanges TS3 server password." + echo -e "\e[34mserveradmin-password\t\e[0mChanges TS3 serveradmin password." echo -e "\e[34mbackup\t\e[0mCreate archive of the server." echo -e "\e[34minstall\t\e[0mInstall the server." echo -e "\e[34mauto-install\t\e[0mInstall the server, without prompts."