diff --git a/basic_search_replace.sh b/basic_search_replace.sh index e00e5aa..ccfb3dd 100644 --- a/basic_search_replace.sh +++ b/basic_search_replace.sh @@ -7,4 +7,4 @@ keywordSearch=$1 keywordreplace=$2 php srdb.cli.php -h $WPDBPHOST -n $WPDBNAME -u $WPDBUSER -p "$WPDBPASS" -s "$keywordSearch" -r "$keywordreplace" -wp w3-total-cache flush all --path=/var/www/webroot/ROOT \ No newline at end of file +wp cache flush all --path=/var/www/webroot/ROOT \ No newline at end of file