mirror of https://github.com/apache/cloudstack.git
CS-15555 : typo
This commit is contained in:
parent
d88f8abed4
commit
195cb3fa31
|
|
@ -890,9 +890,9 @@ public class VirtualRoutingResource implements Manager {
|
|||
throw new ConfigurationException("Unable to find bumpUpPriority.sh");
|
||||
}
|
||||
|
||||
_routerProxyPath = findScript("routerProxy.sh");
|
||||
_routerProxyPath = findScript("router_proxy.sh");
|
||||
if (_routerProxyPath == null) {
|
||||
throw new ConfigurationException("Unable to find routerProxy.sh");
|
||||
throw new ConfigurationException("Unable to find router_proxy.sh");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue