fix bwcli commands when using Linux integration
This commit is contained in:
@@ -42,7 +42,7 @@ class CLI(ApiCaller) :
|
||||
|
||||
def __get_apis(self) :
|
||||
# Docker case
|
||||
if self.__integration == "docker" :
|
||||
if self.__integration == "docker" or self.__integration == "linux" :
|
||||
return [API("http://127.0.0.1:" + self.__variables["API_HTTP_PORT"], host=self.__variables["API_SERVER_NAME"])]
|
||||
|
||||
# Autoconf case
|
||||
|
||||
Reference in New Issue
Block a user