Selaa lähdekoodia

Update wireguard.sh

tteckster 3 vuotta sitten
vanhempi
commit
24bb42e8ed
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      ct/wireguard.sh

+ 1 - 1
ct/wireguard.sh

@@ -161,7 +161,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