Update WP Command

main
Anthony 2024-10-18 20:04:15 +08:00
parent e6798a0d08
commit c939c4a519
1 changed files with 1 additions and 1 deletions

View File

@ -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}"