]> gitweb.fluxo.info Git - hydra.git/commitdiff
Minor fix at hydra_database_name
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 21 Mar 2014 21:28:27 +0000 (18:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 21 Mar 2014 21:28:27 +0000 (18:28 -0300)
lib/hydra/backup

index 5d61db3b03c8780fbfb451d00a6d82605b651ed4..c056c0138a5ed234b83d250ef6cb892db4b69041 100644 (file)
@@ -172,5 +172,5 @@ function hydra_backup_restore_database {
 # Return a normalized database name
 function hydra_database_name {
   # MySQL 16 chars limit
-  echo $1 | sed -r 's/(^>.{16}).*/\1/'"
+  echo $1 | sed -r 's/(^>.{16}).*/\1/'
 }