diff --git a/bin/wordpress/get-site-database b/bin/wordpress/get-site-database index 3825e2c9..c8923af9 100755 --- a/bin/wordpress/get-site-database +++ b/bin/wordpress/get-site-database @@ -65,4 +65,4 @@ wp search-replace --all-tables --url="${localDomains[0]}" "$sshFolderPath" "$pub 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 +rsync -ruh --progress "${sshKey}:${sshFolder}/wp-content/uploads/" "${public_html}/wp-content/uploads"