Mostly mutt config and some tidying

This commit is contained in:
Jonathan Hodgson 2019-06-05 17:58:43 +01:00
parent c249f1076f
commit fbe30c1f8e
21 changed files with 987 additions and 24 deletions

View file

@ -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