config 351 B

12345678910111213141516171819202122
  1. #!/bin/sh
  2. set -e
  3. . /usr/share/debconf/confmodule
  4. if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
  5. . /usr/share/dbconfig-common/dpkg/config
  6. dbc_dbtypes="pgsql, mysql"
  7. dbc_authmethod_user="password"
  8. . /usr/share/dbconfig-common/dpkg/config
  9. dbc_go movim $@
  10. fi
  11. db_input high movim/httpserver || true
  12. db_go || true
  13. exit 0