svc.sh: remove unused variable

This commit is contained in:
mollusk 2021-10-26 20:50:53 -07:00
parent 84a19253c0
commit 7e9f60c3ec

1
svc.sh
View File

@ -31,7 +31,6 @@ LPURPLE="\033[1;35m"
BWHITE="\e[1m"
NC='\033[0m' # No Color
osType=$(lsb-release -a | grep Distributor | cut -d ':' -f 2,2)
if [[ -f "/usr/bin/sv " ]];then
serviceManager="runit"