Document installation and validate shell scripts
This commit is contained in:
@@ -18,18 +18,12 @@ if [[ ${IPF_COLOR_ENABLED} == 1 ]]; then
|
||||
CLR_GREEN=$'\033[32m'
|
||||
CLR_YELLOW=$'\033[33m'
|
||||
CLR_BLUE=$'\033[34m'
|
||||
CLR_CYAN=$'\033[36m'
|
||||
CLR_BOLD=$'\033[1m'
|
||||
CLR_DIM=$'\033[2m'
|
||||
CLR_RESET=$'\033[0m'
|
||||
else
|
||||
CLR_RED=''
|
||||
CLR_GREEN=''
|
||||
CLR_YELLOW=''
|
||||
CLR_BLUE=''
|
||||
CLR_CYAN=''
|
||||
CLR_BOLD=''
|
||||
CLR_DIM=''
|
||||
CLR_RESET=''
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user