aboutsummaryrefslogtreecommitdiff
path: root/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions.sh')
-rw-r--r--functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.sh b/functions.sh
index cc932ee..95f8480 100644
--- a/functions.sh
+++ b/functions.sh
@@ -15,5 +15,5 @@ cleanup (){
chroot_exec() {
# Exec command in chroot
- LANG=C LC_ALL=C chroot $R $*
+ LANG=C LC_ALL=C DEBIAN_FRONTEND=noninteractive chroot $R $*
}