|
@@ -26,7 +26,7 @@ case "$getopt" in
|
|
|
m|monitor)
|
|
m|monitor)
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
et|email-test)
|
|
et|email-test)
|
|
|
- email_test.sh;;
|
|
|
|
|
|
|
+ command_email_test.sh;;
|
|
|
d|details)
|
|
d|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
@@ -85,7 +85,7 @@ case "$getopt" in
|
|
|
m|monitor)
|
|
m|monitor)
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
et|email-test)
|
|
et|email-test)
|
|
|
- email_test.sh;;
|
|
|
|
|
|
|
+ command_email_test.sh;;
|
|
|
d|details)
|
|
d|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
@@ -134,7 +134,7 @@ case "$getopt" in
|
|
|
m|monitor)
|
|
m|monitor)
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
et|email-test)
|
|
et|email-test)
|
|
|
- email_test.sh;;
|
|
|
|
|
|
|
+ command_email_test.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
|
command_backup.sh;;
|
|
command_backup.sh;;
|
|
|
dev|dev-debug)
|
|
dev|dev-debug)
|
|
@@ -186,7 +186,7 @@ case "$getopt" in
|
|
|
m|monitor)
|
|
m|monitor)
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
et|email-test)
|
|
et|email-test)
|
|
|
- email_test.sh;;
|
|
|
|
|
|
|
+ command_email_test.sh;;
|
|
|
d|details)
|
|
d|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
@@ -243,7 +243,7 @@ case "$getopt" in
|
|
|
m|monitor)
|
|
m|monitor)
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
et|email-test)
|
|
et|email-test)
|
|
|
- email_test.sh;;
|
|
|
|
|
|
|
+ command_email_test.sh;;
|
|
|
d|details)
|
|
d|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
@@ -305,7 +305,7 @@ case "$getopt" in
|
|
|
m|monitor)
|
|
m|monitor)
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
et|email-test)
|
|
et|email-test)
|
|
|
- email_test.sh;;
|
|
|
|
|
|
|
+ command_email_test.sh;;
|
|
|
d|details)
|
|
d|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|
|
@@ -366,7 +366,7 @@ case "$getopt" in
|
|
|
m|monitor)
|
|
m|monitor)
|
|
|
command_monitor.sh;;
|
|
command_monitor.sh;;
|
|
|
et|email-test)
|
|
et|email-test)
|
|
|
- email_test.sh;;
|
|
|
|
|
|
|
+ command_email_test.sh;;
|
|
|
d|details)
|
|
d|details)
|
|
|
command_details.sh;;
|
|
command_details.sh;;
|
|
|
b|backup)
|
|
b|backup)
|