diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-19 10:27:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-19 10:27:09 -0200 |
commit | 4204dd35e2ef0731ead78c9ad83e07bd0c41678a (patch) | |
tree | c7703fcd781d961599885d02ccbb0b2b39adb2d2 /share/hydractl | |
parent | da513d1092d7e3437f22fdee401c7ab22d43a3d8 (diff) | |
download | hydra-4204dd35e2ef0731ead78c9ad83e07bd0c41678a.tar.gz hydra-4204dd35e2ef0731ead78c9ad83e07bd0c41678a.tar.bz2 |
Minor fix
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/backup-restore-site | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/backup-restore-site b/share/hydractl/backup-restore-site index 0db4667..416496a 100755 --- a/share/hydractl/backup-restore-site +++ b/share/hydractl/backup-restore-site @@ -152,7 +152,7 @@ if [ -f "$DB_DUMP_BASE/$SITE.sql.gz" ]; then DB_DUMP_EXTRACT="gunzip" elif [ -f "$DB_DUMP_BASE/$SITE.sql.bz2" ]; then DB_DUMP_EXT=".bz2" - DB_DUMP_EXTRACT="bunzip" + DB_DUMP_EXTRACT="bunzip2" elif [ -f "$DB_DUMP_BASE/$SITE.sql" ]; then DB_DUMP_EXT="" DB_DUMP_EXTRACT="true" |