Description: Upstream changes introduced in version 2011091400-0
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 littlebird (2011091400-0) stable; urgency=low
 .
   * new upstream 2011-09-14
 .
 The person named in the Author field signed this changelog entry.
Author: Heiko Schlittermann <hs@schlittermann.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- a/TrustCenter/scripts/install_update_db.sh
+++ b/TrustCenter/scripts/install_update_db.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
-# cron script actual statistic
+#!/bin/bash
+# need bash for bashism
 ZF_CONF=$(dirname `readlink -f $0`)/../zf_conf.sh
 source $ZF_CONF
 
-$ZEND_PROJECT_PATH/zf.sh database update root L1ttleB1rd
+$ZEND_PROJECT_PATH/zf.sh database update ${1-root} ${2-L1ttleB1rd}
