From c939c4a5191525c8a744fcc58a73d1f25abe28e7 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 18 Oct 2024 20:04:15 +0800 Subject: [PATCH] Update WP Command --- mbadmin.jps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbadmin.jps b/mbadmin.jps index e779f3a..f2fa5b0 100644 --- a/mbadmin.jps +++ b/mbadmin.jps @@ -251,7 +251,7 @@ actions: fi; # Verify that WP-CLI is now available in the litespeed user's PATH and run the WP-CLI command - cd /var/www/webroot/ROOT/ - - wp db import /var/www/webroot/ROOT/${settings.db_filename}.sql --allow-root + - /home/litespeed/bin/wp db import /var/www/webroot/ROOT/${settings.db_filename}.sql --allow-root - return: type: info message: "${response.out}"