mirror of
https://github.com/physk/netbird-installer.git
synced 2026-08-04 19:35:09 -04:00
Fix Spacing on prettyBoxCurrent
This commit is contained in:
@@ -62,7 +62,7 @@ VERSION=$(getLatestRelease)
|
||||
|
||||
# Pretty Box Functions
|
||||
function prettyBoxCurrent () {
|
||||
echo -e "[ ${yellow}CURRENT${clear} ]${1}"
|
||||
echo -e "[ ${yellow}CURRENT${clear} ] ${1}"
|
||||
}
|
||||
function prettyBoxComplete () {
|
||||
echo -e "[ ${green}COMPLETE${clear} ] ${1}"
|
||||
|
||||
Reference in New Issue
Block a user