mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#1200] Ported FreeBSD portability patch
This commit is contained in:
@@ -518,8 +518,8 @@ ${args}" 1
|
||||
|
||||
status)
|
||||
if [ -t 1 ]; then
|
||||
inactive="\e[91minactive\e[0m"
|
||||
active="\e[92mactive\e[0m"
|
||||
inactive="\033[91minactive\e[0m"
|
||||
active="\033[92mactive\e[0m"
|
||||
else
|
||||
inactive="inactive"
|
||||
active="active"
|
||||
|
Reference in New Issue
Block a user