Skip to content

Commit

Permalink
Silence unrelated error when stopping recording
Browse files Browse the repository at this point in the history
Relates-To: #234
  • Loading branch information
milianw committed May 15, 2020
1 parent 3b46825 commit 1640ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/elevate_perf_privileges.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ printPrivileges

echo
echo "privileges elevated!"
read something
read something 2> /dev/null
echo

0 comments on commit 1640ca7

Please sign in to comment.