mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
wp cache flush
This commit is contained in:
parent
0a3928691c
commit
e3c1d0f49e
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ if [ $IT_IS_WP -eq 0 ]; then
|
|||
else
|
||||
cd $TO_FOLDER
|
||||
sudo -H -u$TO_USER wp search-replace "$FROM_DOMAIN" "$TO_DOMAIN" --precise --all-tables --skip-columns=guid
|
||||
sudo -H -u$TO_USER wp cache flush
|
||||
fi
|
||||
|
||||
echo "===== DONE ===="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue