From: Sage Weil Date: Wed, 13 Nov 2019 13:18:11 +0000 (-0600) Subject: ceph-daemon: fix prompt X-Git-Tag: v15.1.0~914^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31603%2Fhead;p=ceph.git ceph-daemon: fix prompt [ceph: root@gnit /]# not [ceph: root@gnit /]$ Signed-off-by: Sage Weil --- diff --git a/src/ceph-daemon/ceph-daemon b/src/ceph-daemon/ceph-daemon index 87a8dbcf51f3..21c63dbfb132 100755 --- a/src/ceph-daemon/ceph-daemon +++ b/src/ceph-daemon/ceph-daemon @@ -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: