Explorar o código

adding db_ops module to db url modparam line in debian package postinstall script

Pavel Kasparek %!s(int64=18) %!d(string=hai) anos
pai
achega
f8fd57f7c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/debian/ser-oob.postinst

+ 1 - 1
pkg/debian/ser-oob.postinst

@@ -141,7 +141,7 @@ fi
 db_get ser-oob/DBURL
 if test "$RET" != "!" ; then
   fn_config_replace $CONFIGFILE DBURL <<+++
-modparam("speeddial|auth_db|usrloc|acc_db|domain|uri_db|gflags|avp_db", "db_url", "$RET")
+modparam("speeddial|auth_db|usrloc|acc_db|domain|uri_db|gflags|avp_db|db_ops", "db_url", "$RET")
 +++
 fi