summaryrefslogtreecommitdiffstats
path: root/autocluster
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-06-20 14:19:27 +1000
committerMartin Schwenke <martin@meltin.net>2014-06-25 20:46:16 +1000
commit9334893ba4d9ddce5abb00113c3bd97e2dbba7c5 (patch)
tree17181480f58656a3c31af32839b17f292eee5f20 /autocluster
parentb532e160194f66aa7e0d5f1bf54de5cd611f4c0b (diff)
downloadautocluster-9334893ba4d9ddce5abb00113c3bd97e2dbba7c5.tar.gz
autocluster-9334893ba4d9ddce5abb00113c3bd97e2dbba7c5.tar.xz
autocluster-9334893ba4d9ddce5abb00113c3bd97e2dbba7c5.zip
Remove testproxy option
Use "autocluster -e test_proxy" instead. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'autocluster')
-rwxr-xr-xautocluster6
1 files changed, 0 insertions, 6 deletions
diff --git a/autocluster b/autocluster
index 7e582cd..010eb46 100755
--- a/autocluster
+++ b/autocluster
@@ -69,9 +69,6 @@ EOF
bootbase
boot the base image
-
- testproxy
- test your proxy setup
EOF
exit 1
}
@@ -1277,9 +1274,6 @@ case $command in
bootbase)
boot_base;
;;
- testproxy)
- test_proxy;
- ;;
*)
usage;
;;