mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Fixed bash PS1 escaping (#2310)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user