mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
Added colors to function.sh
This commit is contained in:
parent
94763c8aef
commit
20bc66dfbc
@ -2,6 +2,14 @@
|
||||
|
||||
source configs.sh
|
||||
|
||||
YELLOW='\033[1;33m'
|
||||
RED='\033[0;31m'
|
||||
BLUE='\033[1;34m'
|
||||
GREEN='\033[0;32m'
|
||||
CYAN='\033[0;36m'
|
||||
PURPLE='\033[0;35m'
|
||||
SET='\033[0m'
|
||||
|
||||
function debug
|
||||
{
|
||||
ECHO_PARAM=${2:-''}
|
||||
|
Loading…
Reference in New Issue
Block a user