Update WP Command
parent
e6798a0d08
commit
c939c4a519
|
@ -251,7 +251,7 @@ actions:
|
||||||
fi;
|
fi;
|
||||||
# Verify that WP-CLI is now available in the litespeed user's PATH and run the WP-CLI command
|
# Verify that WP-CLI is now available in the litespeed user's PATH and run the WP-CLI command
|
||||||
- cd /var/www/webroot/ROOT/
|
- 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:
|
- return:
|
||||||
type: info
|
type: info
|
||||||
message: "${response.out}"
|
message: "${response.out}"
|
||||||
|
|
Loading…
Reference in New Issue