Browse Source

added sleep and absolute location of .dev-debug

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
1af3ce47ce
  1. 3
      lgsm/functions/core_exit.sh

3
lgsm/functions/core_exit.sh

@ -21,6 +21,7 @@ else
exitcode=0
fi
if [ -f ".dev-debug" ]; then
if [ -f "${rootdir}/.dev-debug" ]; then
sleep 0.5
echo "Exiting with code: ${exitcode}"
fi
Loading…
Cancel
Save