Update basic_search_replace.sh
parent
0bc15526f6
commit
717ef7e65d
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
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`
|
||||
WPDBUSER=`cat ../ROOT/wp-config.php | grep DB_USER | cut -d \' -f 4`
|
||||
|
|
Loading…
Reference in New Issue