1
0
Fork 0
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:
Caius Durling 2012-11-01 12:55:13 +00:00
parent a9ce052bff
commit ecd6f3599e

View file

@ -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