diff --git a/mbadmin.jps b/mbadmin.jps index 5fa1665..1e78865 100644 --- a/mbadmin.jps +++ b/mbadmin.jps @@ -186,9 +186,9 @@ actions: - cmd[cp]: commands: - cd /var/www/webroot/ROOT/ - - wp search-replace '${settings.old_url}' '${settings.new_url}' --all-tables - - wp transient delete --all - - wp cache flush + - /home/litespeed/bin/wp search-replace '${settings.old_url}' '${settings.new_url}' --all-tables + - /home/litespeed/bin/wp transient delete --all + - /home/litespeed/bin/wp cache flush - return: type: info message: "Search and Replace completed successfully for '${settings.old_url}' with '${settings.new_url}' in all tables. Deleted Transients and Flushed WP Cache"