fix: checkmk_agent module renamed, main program reordering, conf_disks fixed, few typos

This commit is contained in:
levasseur
2021-06-23 17:34:17 +02:00
parent e1321111d9
commit 150f4c96c2
10 changed files with 76 additions and 60 deletions

View File

@@ -23,7 +23,7 @@ export BYellow='\e[1;33m'
export BBlue='\e[1;34m'
export BPurple='\e[1;35m'
export BCyan='\e[1;36m'
export BWhite='\e[1;37m'*
export BWhite='\e[1;37m'
# Underline
export UBlack='\e[4;30m'