From d9bc28f1c4a3e94a729070da1113569df5081414 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 15 Mar 2022 01:01:00 -0400 Subject: [PATCH] Update motioneye.sh --- ct/motioneye.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/motioneye.sh b/ct/motioneye.sh index 88bf00ba..23332a38 100644 --- a/ct/motioneye.sh +++ b/ct/motioneye.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