mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
fix elif
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
dba5bc4292
commit
4aeee48189
@ -9,7 +9,7 @@ export DOCKER_RAMDISK="true"
|
|||||||
if cat /proc/filesystems | grep -q '\taufs$'
|
if cat /proc/filesystems | grep -q '\taufs$'
|
||||||
then
|
then
|
||||||
DOCKER_OPTS="${DOCKER_OPTS:- -s aufs}"
|
DOCKER_OPTS="${DOCKER_OPTS:- -s aufs}"
|
||||||
else if cat /proc/filesystems | grep -q '\toverlay$'
|
elif cat /proc/filesystems | grep -q '\toverlay$'
|
||||||
then
|
then
|
||||||
DOCKER_OPTS="${DOCKER_OPTS:- -s overlay}"
|
DOCKER_OPTS="${DOCKER_OPTS:- -s overlay}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user