mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-23 13:04:22 +01:00
A lot of small fixes, improvements on startup tests, migration
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
trace()
|
||||
{
|
||||
trace() {
|
||||
if [ -n "${TRACING}" ]; then
|
||||
local str="$(date -Is) $$ ${1}"
|
||||
echo "${str}" 1>&2
|
||||
@@ -9,8 +8,7 @@ trace()
|
||||
fi
|
||||
}
|
||||
|
||||
trace_rc()
|
||||
{
|
||||
trace_rc() {
|
||||
if [ -n "${TRACING}" ]; then
|
||||
local str="$(date -Is) $$ Last return code: ${1}"
|
||||
echo "${str}" 1>&2
|
||||
|
||||
Reference in New Issue
Block a user