mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
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:
commit
7b81d02a82
@ -79,4 +79,4 @@ fi
|
||||
USE_SELINUX="--selinux-enabled"
|
||||
maybe_disable_selinux
|
||||
|
||||
exec docker "$@" "${USE_SELINUX}"
|
||||
exec docker "$@" ${USE_SELINUX}
|
||||
|
Loading…
x
Reference in New Issue
Block a user