Skip to content

Commit ebca677

Browse files
Update osg-system-profiler to capture stderr
Co-authored-by: Matyas Selmeci <[email protected]>
1 parent 09ea39f commit ebca677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osg-system-profiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ run_cmd free
188188

189189
if which update-crypto-policies &>/dev/null; then
190190
echo "***** Crypto Policy"
191-
update-crypto-policies --show
191+
update-crypto-policies --show 2>&1
192192
else
193193
echo "***** Crypto Binary not found..."
194194
fi

0 commit comments

Comments
 (0)