Merge pull request #428 from dheule/bugfix_for_systemd

remove a copy paste artefact which is wrong there
This commit is contained in:
Nico Schottelius 2016-04-06 15:47:09 +02:00
commit b12df5f125
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ case "$state_should" in
amazon|centos|fedora|owl|redhat|suse)
echo chkconfig \"$name\" on
echo "Unsupported version $os_version of $os" >&2
exit 1
;;
openwrt)