]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/grant_bacula_privileges.in
bat: Use BVFS on bRestore view
[bacula/bacula] / bacula / src / cats / grant_bacula_privileges.in
index 5e9f4e735f1d985f5f66e7fb42f7b47a15e09be5..d18a8731fb8b72a2880b8e33eeb45ba987b943fb 100755 (executable)
@@ -11,8 +11,11 @@ else
   if test xpostgresql = x@DB_TYPE@ ; then 
     echo "Granting PostgreSQL privileges"
     @scriptdir@/grant_postgresql_privileges $*
+  elif test xingres = x@DB_TYPE@ ; then
+    echo "Granting Ingres privileges"
+    @scriptdir@/grant_ingres_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