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