Service must be started before we can call unpause

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 20:42:23 -04:00
parent 75b36f2781
commit 89b48a2e3b

View File

@@ -122,6 +122,7 @@ service_status() {
}
service_port_expose() {
service_start "$1"
service_port_unpause "$1" "true" "${@:2}"
}