Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
}
case "$1" in
- start|stop|restart)
+ start|stop|restart)
"$1";;
reload)
# Restart, since there is no true "reload" feature.
restart;;
- *)
- echo "Usage: $0 {start|stop|restart|reload}"
- exit 1
+ *)
+ echo "Usage: $0 {start|stop|restart|reload}"
+ exit 1
esac
}
case "$1" in
- start|stop|restart)
+ start|stop|restart)
"$1";;
reload)
# Restart, since there is no true "reload" feature.
restart;;
- *)
- echo "Usage: $0 {start|stop|restart|reload}"
- exit 1
+ *)
+ echo "Usage: $0 {start|stop|restart|reload}"
+ exit 1
esac