timmy/timmy_data/rq/scripts/ceph-mon-status
Dmitry Sutyagin e493b44a4d Fix: wheel support
Change-Id: I6f5912d1fb0cdb583907ded078167cd877097c37
2016-09-21 17:01:10 +03:00

8 lines
102 B
Plaintext

which ceph
if [ "$?" -eq "0" ]
then
ceph mon_status
else
echo 'Timmy says: ceph not installed'
fi