Remove wo version
This commit is contained in:
@@ -10,9 +10,7 @@ class WOVariables():
|
|||||||
"""Intialization of core variables"""
|
"""Intialization of core variables"""
|
||||||
|
|
||||||
# WordOps version
|
# WordOps version
|
||||||
wo_version = os.popen(
|
wo_version = "3.9.8.1"
|
||||||
"/bin/grep \"EASY-INSTALL-ENTRY-SCRIPT\" /usr/local/bin/wo "
|
|
||||||
"| awk -F \"'\" '{print$2}' | awk -F \"==\" '{print$2}'")
|
|
||||||
# WordOps packages versions
|
# WordOps packages versions
|
||||||
wo_wp_cli = "2.2.0"
|
wo_wp_cli = "2.2.0"
|
||||||
wo_adminer = "4.7.2"
|
wo_adminer = "4.7.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user