]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed case statement in neutron-metadata-agent.init
authorThomas Goirand <thomas@goirand.fr>
Sat, 20 Sep 2014 08:01:12 +0000 (08:01 +0000)
committerThomas Goirand <thomas@goirand.fr>
Sat, 20 Sep 2014 08:01:12 +0000 (08:01 +0000)
debian/neutron-metadata-agent.init

index 1ae38b375d4decf6667b10ce752347ed24d64118..bfcbdeedd35be4f6d58fc2d5913a509dc281894d 100644 (file)
@@ -102,7 +102,6 @@ case "$1" in
        echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
        exit 3
        ;;
-esac
   restart|force-reload)
         log_daemon_msg "Restarting $DESC" "$NAME"
         do_stop