Quick fix

This commit is contained in:
Stephen Cochrane 2020-10-30 13:28:41 +02:00
parent 7eaa1b35c4
commit d96472ffea
1 changed files with 1 additions and 1 deletions

2
nginxd
View File

@ -130,9 +130,9 @@ then
add $unit
remove "d$unit"
elif [ $oper == 'd' ]
then
add "d$unit"
remove $unit
then
echo Disabling $unit
else
error "No operation set." 1