]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemon: python, not python3
authorSage Weil <sage@redhat.com>
Fri, 25 Oct 2019 21:02:35 +0000 (16:02 -0500)
committerSage Weil <sage@redhat.com>
Mon, 28 Oct 2019 17:15:47 +0000 (12:15 -0500)
python2 is okay too.

Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph-daemon

index 6f0199ab9b5a52be2e9192686d826d6cae246fdb..375849a7bec6934719baa8de2e31dcef6bcba3c7 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 DEFAULT_IMAGE='ceph/daemon-base'
 DATA_DIR='/var/lib/ceph'