]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl use scripts/bacula-dir.conf instead of bin/bacula-dir.conf
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 12 Apr 2009 12:00:30 +0000 (12:00 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 12 Apr 2009 12:00:30 +0000 (12:00 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8718 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/functions

index d4105a8fe6c01c8ca6b8de61b2a1715e3c9fe9d8..aca9193a11b190d04f877fa9c1f31e14963a5dde 100644 (file)
@@ -5,7 +5,7 @@
 
 check_encoding()
 {
-   $bin/bacula-dir -d50 -t -c bin/bacula-dir.conf 2>&1 | grep 'Wanted SQL_ASCII, got UTF8' >/dev/null
+   $bin/bacula-dir -d50 -t -c $cwd/scripts/bacula-dir.conf 2>&1 | grep 'Wanted SQL_ASCII, got UTF8' >/dev/null
    if [ $? = 0 ]; then
        echo "Found database encoding problem, please modify the database encoding (SQL_ASCII)"
        exit 1