Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long time ago.
This commit is contained in:
parent
601338b91d
commit
ce7c2e2fe1
|
@ -14,7 +14,7 @@ Exit ()
|
|||
if [ "${LH_DEBUG}" = "enabled" ]
|
||||
then
|
||||
# Dump variables
|
||||
set | grep -e ^LH -e ^LIVE
|
||||
set | grep -e ^LH
|
||||
fi
|
||||
|
||||
# FIXME: Add /proc et al cleanup on failure
|
||||
|
|
Loading…
Reference in New Issue