]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix bad quote
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 24 Oct 2008 13:13:13 +0000 (13:13 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 24 Oct 2008 13:13:13 +0000 (13:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7893 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/updatedb/update_mysql_tables_7_to_8

index a98729474f328717e9608901311ac930722ed945..8cd6ed1af56a55fea58a6fc6a6febf7c0198b02e 100755 (executable)
@@ -9,7 +9,7 @@ echo "this script may take several minutes to run."
 echo " "
 bindir=/usr/bin
 
-DB_VER="$bindir/mysql $* bacula -e 'select * from Version;'|tail -n 1 2>/dev/null"
+DB_VER=`$bindir/mysql $* bacula -e 'select * from Version;'|tail -n 1 2>/dev/null`
 if [ -z "$DB_VER" ]; then
        echo "Sorry, I can't seem to locate a bacula database."
        exit 1