4k4xs4pH1r3 / artemisa

Unused variable SH-2034
Anti-pattern
Major
a month ago2 months old
POP_USER appears unused. Verify use (or export if used externally)
 66        ;;
 67      USER)
 68        if [ -n "${ARGS}" ] ; then
 69          POP_USER="${ARGS}" 70          ANSWER="+OK Please send PASS command"
 71        fi
 72        ;;
DEBUG appears unused. Verify use (or export if used externally)
 19LOGFILE=${LOGFOLDER}/fakepop.log
 20
 21LOGGING=1
 22DEBUG=1 23TIMEOUT=60
 24
 25POP_USER=
POP_USER appears unused. Verify use (or export if used externally)
 66        ;;
 67      USER)
 68        if [ -n "${ARGS}" ] ; then
 69          POP_USER="${ARGS}" 70          ANSWER="+OK Please send PASS command"
 71        fi
 72        ;;
DEBUG appears unused. Verify use (or export if used externally)
 19LOGFILE=${LOGFOLDER}/fakepop.log
 20
 21LOGGING=1
 22DEBUG=1 23TIMEOUT=60
 24
 25POP_USER=