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