Merge pull request #1659 from mischief/dockerd-selinux-btrfs

app-emulation/docker: do not pass empty argument when selinux is disa…
This commit is contained in:
Nick Owens 2015-11-22 16:02:54 -08:00
commit 7b81d02a82
2 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ fi
USE_SELINUX="--selinux-enabled"
maybe_disable_selinux
exec docker "$@" "${USE_SELINUX}"
exec docker "$@" ${USE_SELINUX}