Remove unused DIR variable
parent
684230213e
commit
5b8a018766
|
@ -19,7 +19,6 @@ SOURCE="${BASH_SOURCE[0]}"
|
||||||
script=${0}
|
script=${0}
|
||||||
script=${script##*/}
|
script=${script##*/}
|
||||||
cd -P "$( dirname "$SOURCE" )"
|
cd -P "$( dirname "$SOURCE" )"
|
||||||
DIR="$( pwd )"
|
|
||||||
|
|
||||||
function help() {
|
function help() {
|
||||||
echo "${script}: Mycroft service stopper"
|
echo "${script}: Mycroft service stopper"
|
||||||
|
|
Loading…
Reference in New Issue