Update basic_search_replace.sh

main
jay 2023-10-19 16:39:24 +00:00
parent 0bc15526f6
commit 717ef7e65d
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
WPDBPHOST=`cat ../ROOT/wp-config.php | grep DB_HOST | cut -d \' -f 4` WPDBPHOST=`cat ../ROOT/wp-config.php | grep DB_HOST | cut -d \' -f 4`
WPDBNAME=`cat ../ROOT/wp-config.php | grep DB_NAME | cut -d \' -f 4` WPDBNAME=`cat ../ROOT/wp-config.php | grep DB_NAME | cut -d \' -f 4`
WPDBUSER=`cat ../ROOT/wp-config.php | grep DB_USER | cut -d \' -f 4` WPDBUSER=`cat ../ROOT/wp-config.php | grep DB_USER | cut -d \' -f 4`