TEEVERBOSE doesn't like whitespace

This commit is contained in:
parazyd 2016-10-10 21:07:22 +02:00
parent d0ec7af010
commit 47a4f503b0
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 4 deletions

View File

@ -48,10 +48,10 @@ bootstrap_complete_base() {
## write all system configuration
notice "writing system configuration"
conf_print_debconf | sudo tee $strapdir/debconf.set ${TEEVERBOSE}
conf_print_fstab | sudo tee $strapdir/etc/fstab ${TEEVERBOSE}
conf_print_debconf | sudo tee $strapdir/debconf.set ${TEEVERBOSE}
conf_print_fstab | sudo tee $strapdir/etc/fstab ${TEEVERBOSE}
conf_print_hostname | sudo tee $strapdir/etc/hostname ${TEEVERBOSE}
conf_print_hosts | sudo tee $strapdir/etc/hosts ${TEEVERBOSE}
conf_print_hosts | sudo tee $strapdir/etc/hosts ${TEEVERBOSE}
conf_print_networkifaces | sudo tee $strapdir/etc/network/interfaces ${TEEVERBOSE}
conf_print_resolvconf | sudo tee $strapdir/etc/resolv.conf ${TEEVERBOSE}
conf_print_sourceslist | sudo tee $strapdir/etc/apt/sources.list ${TEEVERBOSE}
@ -65,7 +65,7 @@ bootstrap_complete_base() {
## write third-stage for chroot
bootstrap_config_thirdstage | sudo tee $strapdir/thirdstage ${TEEVERBOSE}
bootstrap_config_cleanup | sudo tee $strapdir/cleanup ${TEEVERBOSE}
bootstrap_config_cleanup | sudo tee $strapdir/cleanup ${TEEVERBOSE}
sudo chmod +x $strapdir/thirdstage
sudo chmod +x $strapdir/cleanup