diff --git a/pull-remote-webroot.sh b/pull-remote-webroot.sh index b6b79ce..0058a59 100755 --- a/pull-remote-webroot.sh +++ b/pull-remote-webroot.sh @@ -29,6 +29,7 @@ fi rsync \ --archive \ --delete \ + --exclude '/wp-config.php' \ --exclude-from='exclude-list' \ --human-readable \ --progress \