Browse Source

Added scriptlogdir to legacy vars

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
eaf1f78842
  1. 4
      lgsm/functions/core_legacy.sh

4
lgsm/functions/core_legacy.sh

@ -21,6 +21,10 @@ if [ -z "${lgsmlog}" ]; then
lgsmlog="${scriptlog}"
fi
if [ -z "${lgsmlogdir}" ]; then
lgsmlogdir="${scriptlogdir}"
fi
if [ -z "${scriptlogdate}" ]; then
lgsmlogdate="${scriptlogdate}"
fi

Loading…
Cancel
Save