Browse Source

Corrected legacy scriptlogdate

pull/1483/head
Daniel Gibbs 8 years ago
parent
commit
8b9157f361
  1. 2
      lgsm/functions/core_legacy.sh

2
lgsm/functions/core_legacy.sh

@ -25,7 +25,7 @@ if [ -z "${lgsmlogdir}" ]; then
lgsmlogdir="${scriptlogdir}"
fi
if [ -z "${scriptlogdate}" ]; then
if [ -z "${lgsmlogdate}" ]; then
lgsmlogdate="${scriptlogdate}"
fi

Loading…
Cancel
Save