Fix extplorer version variable

This commit is contained in:
VirtuBox
2019-07-27 23:11:19 +02:00
parent ad81f18f79
commit 76f6dc9274

View File

@@ -1209,7 +1209,8 @@ class WOStackController(CementBaseController):
.format(WOVariables.wo_webroot))
WOExtract.extract(self, '/var/lib/wo/tmp/extplorer.tar.gz',
'/var/lib/wo/tmp/')
shutil.move('/var/lib/wo/tmp/extplorer-2.1.11',
shutil.move('/var/lib/wo/tmp/extplorer-{0}'
.format(WOVariables.wo_extplorer),
'{0}22222/htdocs/files'
.format(WOVariables.wo_webroot))
Log.debug(self, "Setting Privileges to "