]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemon: fix prompt 31603/head
authorSage Weil <sage@redhat.com>
Wed, 13 Nov 2019 13:18:11 +0000 (07:18 -0600)
committerSage Weil <sage@redhat.com>
Wed, 13 Nov 2019 13:18:11 +0000 (07:18 -0600)
[ceph: root@gnit /]#
not
[ceph: root@gnit /]$

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

index 87a8dbcf51f3992775885ae3ad6b50707346e2c9..21c63dbfb132d21a7feb3268466b371312f87ed3 100755 (executable)
@@ -8,7 +8,7 @@ UNIT_DIR='/etc/systemd/system'
 LOG_DIR_MODE=0o770
 DATA_DIR_MODE=0o700
 PODMAN_PREFERENCE = ['podman', 'docker']  # prefer podman to docker
-CUSTOM_PS1=r'[ceph: \u@\h \W]\\$ '
+CUSTOM_PS1=r'[ceph: \u@\h \W]\$ '
 
 """
 You can invoke ceph-daemon in two ways: