ceph-run: c* -> ceph-* rename: Use ceph-run as stderr prefix.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
This commit is contained in:
Tommi Virtanen 2011-09-23 15:06:58 -07:00
parent 0c2cfa1890
commit a62108bfcc

View File

@ -13,7 +13,7 @@ while [ true ]; do
*)
exit;
esac
echo crun: $1 dumped core, restarting in $sleep seconds...
echo ceph-run: $1 dumped core, restarting in $sleep seconds...
sleep $sleep
else
exit