export additional functions for logger
This commit is contained in:
parent
ef1a999c1a
commit
d46ed5a503
1 changed files with 5 additions and 0 deletions
|
@ -138,6 +138,11 @@ export -f logwarn
|
|||
export -f loginfo
|
||||
export -f logdebug
|
||||
export -f logtrace
|
||||
export -f SCRIPTENTRY
|
||||
export -f ENTRY
|
||||
export -f SCRIPTEXIT
|
||||
export -f EXIT
|
||||
|
||||
|
||||
|
||||
cat << EOF > ~/.ssh/agents/agent-default-$(hostname)
|
||||
|
|
Loading…
Reference in a new issue