Commit c429b25e authored by Adam Wujek's avatar Adam Wujek 💬

userspace/init: fix indentation for S80snmp

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 50712973
...@@ -21,16 +21,16 @@ restart() { ...@@ -21,16 +21,16 @@ restart() {
} }
case "$1" in case "$1" in
start) start)
start start
;; ;;
stop) stop)
stop stop
;; ;;
restart|reload) restart|reload)
restart restart
;; ;;
*) *)
echo $"Usage: $0 {start|stop|restart}" echo $"Usage: $0 {start|stop|restart}"
exit 1 exit 1
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment