This commit is contained in:
parent
7a21dde5d3
commit
871425d05e
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ services=(
|
||||||
)
|
)
|
||||||
|
|
||||||
info() {
|
info() {
|
||||||
echo "$1" >/dev/stdout
|
echo "INFO: $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
warn() {
|
warn() {
|
||||||
echo "$1" >/dev/stderr
|
echo "WARN: $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
error() {
|
error() {
|
||||||
|
|
Loading…
Reference in a new issue