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