added color default after fix message.
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
54e18068ca
commit
a3b8de848e
|
@ -477,7 +477,7 @@ class BindAPI
|
|||
if ($create['header'] != 201) {
|
||||
die("make error handling");
|
||||
} else {
|
||||
echo COLOR_GREEN . 'OK';
|
||||
echo COLOR_GREEN . 'OK' . COLOR_DEFAULT;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue