tteckster 3 anni fa
parent
commit
14d3476878
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ct/docker.sh

+ 1 - 1
ct/docker.sh

@@ -214,7 +214,7 @@ function cleanup() {
  FEATURES="nesting=1,keyctl=1,fuse=1"
  elif
  [ "$IM" == "0" ] && [ "$STORAGE_DRIVER" == "fuse" ]; then 
- FEATURES="nesting=1,keyctl=1,fuse=1"
+ FEATURES="nesting=1,fuse=1"
  else
  FEATURES="nesting=1"
  fi