aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/backup-site
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-09 20:39:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-09 20:39:41 -0300
commitef57dd7caee10d91633d2ed5a5838d64fdcf845d (patch)
treee8d56d8dc94706706dc977b1444396101bc2fba7 /share/hydractl/backup-site
parent7a3e44c787a122ce86d9e553f87817f15bcefff1 (diff)
downloadhydra-ef57dd7caee10d91633d2ed5a5838d64fdcf845d.tar.gz
hydra-ef57dd7caee10d91633d2ed5a5838d64fdcf845d.tar.bz2
Do not warn if database was not found at backup-site
Diffstat (limited to 'share/hydractl/backup-site')
-rwxr-xr-xshare/hydractl/backup-site2
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