fix wo_wan variable
This commit is contained in:
@@ -1155,7 +1155,7 @@ class WOStackController(CementBaseController):
|
|||||||
WOExtract.extract(self, '/tmp/wo-dashboard.tar.gz',
|
WOExtract.extract(self, '/tmp/wo-dashboard.tar.gz',
|
||||||
'{0}22222/htdocs'
|
'{0}22222/htdocs'
|
||||||
.format(WOVariables.wo_webroot))
|
.format(WOVariables.wo_webroot))
|
||||||
if WOVariables.wo_wan_interface != 'eth0':
|
if WOVariables.wo_wan != 'eth0':
|
||||||
WOFileUtils.searchreplace(self, "{0}22222/htdocs/index.php"
|
WOFileUtils.searchreplace(self, "{0}22222/htdocs/index.php"
|
||||||
.format(WOVariables.wo_webroot),
|
.format(WOVariables.wo_webroot),
|
||||||
"eth0",
|
"eth0",
|
||||||
|
|||||||
Reference in New Issue
Block a user