mirror of
https://github.com/ceph/ceph
synced 2025-02-16 23:37:46 +00:00
Merge pull request #8373 from wjwithagen/patch-4
ceph-detect-init/run-tox.sh: FreeBSD: No init detect Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
commit
e5505523a1
@ -17,6 +17,11 @@
|
||||
# GNU Library Public License for more details.
|
||||
#
|
||||
|
||||
if [ x"`uname`"x = xFreeBSDx ]; then
|
||||
echo FreeBSD init system has not been integrated.
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# run from the ceph-detect-init directory or from its parent
|
||||
: ${CEPH_DETECT_INIT_VIRTUALENV:=ceph-detect-init-virtualenv}
|
||||
test -d ceph-detect-init && cd ceph-detect-init
|
||||
|
Loading…
Reference in New Issue
Block a user