diff --git a/stage2/06-rudefox-motd/01-run.sh b/stage2/06-rudefox-motd/01-run.sh index 01001f2..fb1994b 100755 --- a/stage2/06-rudefox-motd/01-run.sh +++ b/stage2/06-rudefox-motd/01-run.sh @@ -5,4 +5,4 @@ rm -rf "${ROOTFS_DIR}/etc/update-motd.d/"* install -m 755 files/* "${ROOTFS_DIR}/etc/update-motd.d/" echo "" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc" -echo "PS1=\"\[\e[31m\]Burrow>\[\e[m\] \"" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc" +echo "PS1=\"\\\\[\e[31m\\\\]Burrow>\\\\[\e[m\\\\] \"" >> "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"