From 1b4b90040cb973d100fc3e354378da8d9fe37488 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 3 Mar 2019 16:10:21 +0100 Subject: [PATCH] move wp-cli executable --- wo/core/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/variables.py b/wo/core/variables.py index 9a17c74..f3410ea 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -20,7 +20,7 @@ class WOVariables(): # Get WPCLI path wo_wpcli_path = os.popen('command -v wp | tr "\n" " "').read() if wo_wpcli_path == '': - wo_wpcli_path = '/usr/bin/wp ' + wo_wpcli_path = '/usr/local/bin/wp ' # Current date and time of System wo_date = datetime.datetime.now().strftime('%d%b%Y%H%M%S')