Calling bootstrap_archives with correct pass argument.

This commit is contained in:
Daniel Baumann 2013-08-07 16:50:47 +02:00
parent e94e9699b6
commit 0c10bd5318
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ lb chroot_hostname install ${@}
lb chroot_apt install ${@}
lb bootstrap_archive-keys ${@}
lb bootstrap_archives ${@}
lb bootstrap_archives binary ${@}
# Deconfiguring chroot
lb chroot_apt remove ${@}

View File

@ -18,7 +18,7 @@ DESCRIPTION="$(Echo 'manage /etc/apt/sources.list')"
HELP=""
USAGE="${PROGRAM} [--force]"
_PASS="${1}"
_PASS="${1:-binary}"
shift
Arguments "${@}"