Skip to content

Commit adf69be

Browse files
committed
only dump xrootd-*.cfg files
1 parent ee80024 commit adf69be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

osg-system-profiler

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,11 @@ if $rpm_install; then
206206
fi
207207

208208
echo "***** Xrootd information:"
209-
dump_files_in_dir "/etc/xrootd"
209+
for file in `ls /etc/xrootd/xrootd-*.cfg`;
210+
do
211+
dump_file $file
212+
done
213+
dump_files_in_dir "/etc/xrootd/config.d"
210214

211215
echo "***** Showing processes owned by the user xrootd"
212216
ps -u xrootd u

0 commit comments

Comments
 (0)