From 89b48a2e3b7a5fe1d10c672bda54f71dbf240fdb Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 6 Sep 2015 20:42:23 -0400 Subject: [PATCH] Service must be started before we can call unpause --- functions | 1 + 1 file changed, 1 insertion(+) diff --git a/functions b/functions index b78be3e..e211787 100755 --- a/functions +++ b/functions @@ -122,6 +122,7 @@ service_status() { } service_port_expose() { + service_start "$1" service_port_unpause "$1" "true" "${@:2}" }