Browse Source

Update pihole.sh

tteckster 3 years ago
parent
commit
29568e79f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/pihole.sh

+ 1 - 1
ct/pihole.sh

@@ -163,7 +163,7 @@ function cleanup() {
   rm -rf $TEMP_DIR
 }
  if [ "$IM" == "1" ]; then 
- FEATURES="nesting=1,keyctl=1,mknod=1"
+ FEATURES="nesting=1,keyctl=1"
  else
  FEATURES="nesting=1"
  fi