From 2c7d4e5c77fe244231264065c7a7a4c1614dee54 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 29 Aug 2015 02:49:50 -0400 Subject: [PATCH] Remove service verification from service_url function It is not necessary to do so in a function that is called from other places that already verify the name. --- functions | 1 - 1 file changed, 1 deletion(-) diff --git a/functions b/functions index 67711f4..1ad9873 100755 --- a/functions +++ b/functions @@ -43,7 +43,6 @@ service_alias() { service_url() { local SERVICE="$1"; local SERVICE_ROOT="$PLUGIN_DATA_ROOT/$SERVICE" - verify_service_name "$1" local ID="$(cat "$SERVICE_ROOT/ID")" local IP="$(get_container_ip "$ID")"