]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_bacula_privileges.in
Change old get_Jobxxx to getJobxxx
[bacula/bacula] / bacula / src / cats / grant_bacula_privileges.in
index 5e9f4e735f1d985f5f66e7fb42f7b47a15e09be5..eb290b7eb1be37787579b2d266b333fafaef5af7 100755 (executable)
@@ -12,7 +12,7 @@ else
     echo "Granting PostgreSQL privileges"
     @scriptdir@/grant_postgresql_privileges $*
   else
-    if test xsqlite = x@DB_TYPE@ -o xsqlite3 = x@DB_TYPE@ ; then 
+    if test xsqlite3 = x@DB_TYPE@ ; then 
       echo "Granting SQLite privileges"
       @scriptdir@/grant_@DB_TYPE@_privileges $*
     fi