mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-23 11:04:32 +02:00
IMP(shellcheck): fix harmless warnings
This commit is contained in:
@ -8,16 +8,26 @@ export LANG=C
|
||||
#### Useful Color constants settings for loglevels
|
||||
|
||||
# Reset Color (for syslog)
|
||||
# shellcheck disable=2034
|
||||
NC='\033[0m'
|
||||
# shellcheck disable=2034
|
||||
WHITE='\033[0m'
|
||||
# Colors
|
||||
# shellcheck disable=2034
|
||||
RED='\033[0;31m'
|
||||
# shellcheck disable=2034
|
||||
GREEN='\033[0;32m'
|
||||
# shellcheck disable=2034
|
||||
YELLOW='\033[0;33m'
|
||||
# shellcheck disable=2034
|
||||
GRAY='\033[0;40m' # Gray
|
||||
|
||||
# Bold
|
||||
BRED='\033[1;31m' # Red
|
||||
BGREEN='\033[1;32m' # Green
|
||||
# shellcheck disable=2034
|
||||
BRED='\033[1;31m' # Red
|
||||
# shellcheck disable=2034
|
||||
BGREEN='\033[1;32m' # Green
|
||||
# shellcheck disable=2034
|
||||
BYELLOW='\033[1;33m' # Yellow
|
||||
BWHITE='\033[1;37m' # White
|
||||
# shellcheck disable=2034
|
||||
BWHITE='\033[1;37m' # White
|
||||
|
Reference in New Issue
Block a user