Update wordops-dashboard
This commit is contained in:
@@ -334,8 +334,9 @@ class WOStackController(CementBaseController):
|
|||||||
Log.debug(
|
Log.debug(
|
||||||
self, "Setting packages variable for WO-Dashboard")
|
self, "Setting packages variable for WO-Dashboard")
|
||||||
packages = packages + \
|
packages = packages + \
|
||||||
[["https://github.com/WordOps/"
|
[["https://github.com/WordOps/wordops-dashboard/"
|
||||||
"wordops-dashboard/archive/master.tar.gz",
|
"releases/download/v{0}/wordops-dashboard.tar.gz"
|
||||||
|
.format(WOVariables.wo_dashboard),
|
||||||
"/var/lib/wo/tmp/wo-dashboard.tar.gz",
|
"/var/lib/wo/tmp/wo-dashboard.tar.gz",
|
||||||
"WordOps Dashboard"],
|
"WordOps Dashboard"],
|
||||||
["https://github.com/soerennb/"
|
["https://github.com/soerennb/"
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ class WOVariables():
|
|||||||
wo_adminer = "4.7.2"
|
wo_adminer = "4.7.2"
|
||||||
wo_phpmyadmin = "4.9.0.1"
|
wo_phpmyadmin = "4.9.0.1"
|
||||||
wo_extplorer = "2.1.13"
|
wo_extplorer = "2.1.13"
|
||||||
|
wo_dashboard = "1.1"
|
||||||
|
|
||||||
# Get WPCLI path
|
# Get WPCLI path
|
||||||
wo_wpcli_path = '/usr/local/bin/wp'
|
wo_wpcli_path = '/usr/local/bin/wp'
|
||||||
|
|||||||
Reference in New Issue
Block a user