Refactor postinstall script so it has a separate script for connecting to the RAID
[invirt/packages/xvm-iscsi-config.git] / debian / xvm-iscsi-config.config
1 #!/bin/sh
2
3 set -e
4
5 # Source debconf library
6 . /usr/share/debconf/confmodule
7
8 # Get username
9 db_input high xvm-iscsi-config/username || true
10 db_go || true
11 # Get password
12 db_input high xvm-iscsi-config/password || true
13 db_go || true