diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index 04d0b7c..954b218 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.2.2 + +- Fix escape codes in color bash prompt + ## 9.2.1 - Upgrade Home Assistant CLI to 4.14.0 diff --git a/ssh/config.yaml b/ssh/config.yaml index 847c045..166dc2a 100644 --- a/ssh/config.yaml +++ b/ssh/config.yaml @@ -1,4 +1,4 @@ -version: 9.2.1 +version: 9.2.2 slug: ssh name: Terminal & SSH description: Allow logging in remotely to Home Assistant using SSH diff --git a/ssh/rootfs/usr/share/tempio/homeassistant.profile b/ssh/rootfs/usr/share/tempio/homeassistant.profile index 0485fc2..793f4b5 100644 --- a/ssh/rootfs/usr/share/tempio/homeassistant.profile +++ b/ssh/rootfs/usr/share/tempio/homeassistant.profile @@ -1,5 +1,5 @@ #!/usr/bin/env bash -export PS1="\e[0;32m[\h \W]\$ \e[m" +export PS1="\[\e[0;32m\][\h \W]\$ \[\e[m\]" export SUPERVISOR_TOKEN={{ .supervisor_token }} ha banner