START_IODINED=$RET
db_get iodine/daemon_options
IODINED_ARGS=$RET
+ db_get iodine/daemon_password
+ IODINED_PASSWORD=$RET
cat <<EOF > /etc/default/iodine
# Default settings for iodine. This file is sourced from
# /etc/init.d/iodined
START_IODINED="$START_IODINED"
IODINED_ARGS="$IODINED_ARGS"
+IODINED_PASSWORD="$IODINED_PASSWORD"
EOF
;;
;;
esac
+# tell debconf we are done. otherwise, it hangs waiting for the daemon.
+db_stop;
+
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
-# tell debconf we are done. otherwise, it hangs waiting for the daemon.
-db_stop;
-
exit 0