Remove unused DIR variable

pull/1744/head
Steve Penrod 2018-08-15 17:19:30 -05:00
parent 684230213e
commit 5b8a018766
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ SOURCE="${BASH_SOURCE[0]}"
script=${0}
script=${script##*/}
cd -P "$( dirname "$SOURCE" )"
DIR="$( pwd )"
function help() {
echo "${script}: Mycroft service stopper"