8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
which ceph
|
|
if [ "$?" -eq "0" ]
|
|
then
|
|
ceph mon_status
|
|
else
|
|
echo 'Timmy says: ceph not installed'
|
|
fi
|