From 717ef7e65dc7126cc9457bf35d55982f4e0d31de Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 19 Oct 2023 16:39:24 +0000 Subject: [PATCH] Update basic_search_replace.sh --- basic_search_replace.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/basic_search_replace.sh b/basic_search_replace.sh index a38b898..e69a4fa 100644 --- a/basic_search_replace.sh +++ b/basic_search_replace.sh @@ -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`