fix pma
This commit is contained in:
@@ -1005,6 +1005,9 @@ class WOStackController(CementBaseController):
|
|||||||
.format(WOVariables.wo_webroot))
|
.format(WOVariables.wo_webroot))
|
||||||
os.makedirs('{0}22222/htdocs/db'
|
os.makedirs('{0}22222/htdocs/db'
|
||||||
.format(WOVariables.wo_webroot))
|
.format(WOVariables.wo_webroot))
|
||||||
|
if not os.path.exists('{0}22222/htdocs/db/'
|
||||||
|
'pma/phpmyadmin-STABLE'
|
||||||
|
.format(WOVariables.wo_webroot)):
|
||||||
shutil.move('/tmp/phpmyadmin-STABLE/',
|
shutil.move('/tmp/phpmyadmin-STABLE/',
|
||||||
'{0}22222/htdocs/db/pma/'
|
'{0}22222/htdocs/db/pma/'
|
||||||
.format(WOVariables.wo_webroot))
|
.format(WOVariables.wo_webroot))
|
||||||
|
|||||||
Reference in New Issue
Block a user