summaryrefslogtreecommitdiff
path: root/debian/itzks-systems-common.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/itzks-systems-common.postinst')
-rwxr-xr-xdebian/itzks-systems-common.postinst4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/itzks-systems-common.postinst b/debian/itzks-systems-common.postinst
index 3713291..29a7dc7 100755
--- a/debian/itzks-systems-common.postinst
+++ b/debian/itzks-systems-common.postinst
@@ -25,9 +25,9 @@ do_preseed() {
template="$2"
type="$3"
value="$4"
- log "Preseeding $template to $value"
+ echo "Preseeding $template to $value"
echo $pkg $template $type "$value" | debconf-set-selections || \
- error "Failed to load preseed '$template'"
+ echo "Failed to load preseed '$template'" 1>&2
}
case "$1" in