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