fix failing start for x2go_wrapper
This commit is contained in:
parent
9f166a277f
commit
0653501a28
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ for f in logerror logwarn loginfo logdebug logtrace ENTRY EXIT SCRIPTENTRY SCRIP
|
|||
:
|
||||
else
|
||||
fx=${f//log/}
|
||||
echo create function $f for $fx
|
||||
echo create function $f for $fx >&2
|
||||
eval "$f () { \
|
||||
local loglevels; \
|
||||
declare -a loglevels; \
|
||||
|
|
Loading…
Reference in a new issue