mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
Strip hidden characters from raid-mismatch script
Seems to have windows line-endings and a hidden unicode (U+FEFF) character on the first line which stops it running for me.
This commit is contained in:
parent
a9ce052bff
commit
ecd6f3599e
1 changed files with 59 additions and 59 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Detect and display Linux sw-raid mismatch count
|
# Detect and display Linux sw-raid mismatch count
|
||||||
# Copyright (C) 2011 Rory Jaffe <rsjaffe@gmail.com>
|
# Copyright (C) 2011 Rory Jaffe <rsjaffe@gmail.com>
|
||||||
# derived from md_sync_speed by Kristian Lyngstøl
|
# derived from md_sync_speed by Kristian Lyngstøl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue