mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
app-emulation/docker: do not pass empty argument when selinux is disabled
in https://github.com/coreos/coreos-overlay/pull/1639, the script would set USE_SELINUX to the blank string, causing an extra blank argument to be passed to docker daemon, resulting in it not starting when docker runs on btrfs.
This commit is contained in:
parent
829bd494da
commit
a040bc7932
@ -79,4 +79,4 @@ fi
|
|||||||
USE_SELINUX="--selinux-enabled"
|
USE_SELINUX="--selinux-enabled"
|
||||||
maybe_disable_selinux
|
maybe_disable_selinux
|
||||||
|
|
||||||
exec docker "$@" "${USE_SELINUX}"
|
exec docker "$@" ${USE_SELINUX}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user