3 lines
46 B
Text
3 lines
46 B
Text
|
#!/bin/sh
|
||
|
rm -f /run/count.mdadm.initrd
|
||
|
exit 0
|