diff options
Diffstat (limited to 'core')
| -rwxr-xr-x | core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report index 3f59bce4..c4239190 100755 --- a/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report +++ b/core/modules/debug-report-bwlp/data/opt/openslx/bin/debug_report @@ -74,7 +74,7 @@ fi echo -n "." cp /var/log/Xorg.0.lo* static/ 2> /dev/null -cp /var/log/{auth.log,kdm.log,syslog,messages,user.log} static/ 2> /dev/null +cp -r /var/log/{auth.log,kdm.log,syslog,messages,user.log,cups} static/ 2> /dev/null cp /proc/{cpu,mem}info /proc/{mtrr,interrupts} /proc/driver/nvidia/{params,registry} static/proc/ 2> /dev/null echo -n "." |
