diff options
-rwxr-xr-x | share/hydractl/backup-site | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/hydractl/backup-site b/share/hydractl/backup-site index b622d5e..d719a50 100755 --- a/share/hydractl/backup-site +++ b/share/hydractl/backup-site @@ -117,6 +117,4 @@ if [ -d "/var/lib/mysql/$SITE" ]; then chown root.$BACKUPS_GROUP $SITE.sql* chmod 640 $SITE.sql* echo "Saved $DEST/$SITE.sql.bz2" -else - echo "Database not found, please backup it manually" fi |