Browse Source

Removed duplicated scriptlogdir legacy entry

pull/1566/head
Marvin Lehmann 8 years ago
parent
commit
521c30e58e
  1. 4
      lgsm/functions/core_legacy.sh

4
lgsm/functions/core_legacy.sh

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

Loading…
Cancel
Save