diff options
Diffstat (limited to 'share/hydractl/backup-copy-sites')
-rwxr-xr-x | share/hydractl/backup-copy-sites | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/backup-copy-sites b/share/hydractl/backup-copy-sites index 250b7a8..cf302f8 100755 --- a/share/hydractl/backup-copy-sites +++ b/share/hydractl/backup-copy-sites @@ -39,7 +39,7 @@ fi # Copy each site. for site in $sites; do - if [ "$site" == "backup" ]; then + if [ "$site" == "backups" ]; then continue fi |