Mostly mutt config and some tidying
This commit is contained in:
parent
c249f1076f
commit
fbe30c1f8e
21 changed files with 987 additions and 24 deletions
|
@ -63,3 +63,6 @@ wp search-replace --all-tables --url="${localDomains[0]}" "$sshFolderPath" "$pub
|
|||
|
||||
# Removes the db.dump that we created
|
||||
rm "$public_html"/db.dump
|
||||
|
||||
#Makes sure everything in the uploads folder on the server is also on the local
|
||||
rsync -ruh --progress "${sshKey}:${sshFolder}/wp-content/uploads/" "${public_html}/wp-content/uploads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue