install.sh: fix formatting

This commit is contained in:
Fernando Schauenburg 2023-10-03 12:47:30 +02:00
parent 56382e39b2
commit 2f4b5322a6

View file

@ -26,8 +26,8 @@ error() {
exit 1 exit 1
} }
heading(){ heading() {
echo "${blue}===== $1 ==========$sgr0"; echo "${blue}===== $1 ==========$sgr0"
} }
load_config() { load_config() {