Skip to content

Commit 46a9fb5

Browse files
committed
fixed bug in setup_realtime.sh
1 parent 84e7e87 commit 46a9fb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/misc/setup_realtime.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ fi
2121

2222
if ! groups "$(whoami)" | grep -q realtime; then
2323
sudo usermod -aG realtime "$(whoami)"
24-
newgrp realtime
2524
echo "Added $(whoami) to realtime group"
2625
else
2726
echo "$(whoami) already in realtime group"

0 commit comments

Comments
 (0)