diff options
Diffstat (limited to 'auto/config')
-rwxr-xr-x | auto/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/config b/auto/config index 008ef18..10a58c7 100755 --- a/auto/config +++ b/auto/config @@ -36,7 +36,7 @@ lb config noauto \ --mirror-binary ${MIRROR_BINARY} \ --mirror-binary-security ${MIRROR_BINARY_SECURITY} \ --binary-indices true \ - ${@} + "${@}" # hostname and username are configured in config/chroot_local-includes/etc/live/config.conf #lb config noauto \ |