Skip to content

Commit 2276544

Browse files
committed
Fix: removed text inotify update from the script
1 parent d4ef220 commit 2276544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function check_docker() {
9191
return 1
9292
fi
9393
fi
94-
echo "Setting inotify..."
94+
#echo "Setting inotify..."
9595
#sudo sysctl fs.inotify.max_user_watches=52428899
9696
#sudo sysctl fs.inotify.max_user_instances=8192
9797
}

0 commit comments

Comments
 (0)