diff --git a/build.sh b/build.sh index cc7c337..302aa35 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,16 @@ #!/bin/bash -e +log_begin() { + log "Begin $1" +} + +log_end() { + log "End $1" +} + run_debconf() { if [ -f "$1" ]; then - log "Begin $1" + log_begin "$1" on_chroot << EOF debconf-set-selections <