Skip to content

Commit

Permalink
missing ;; in case stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Loaec committed Mar 11, 2016
1 parent d9c0077 commit 1aaf65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/galaxy_reports.fedora-init
Expand Up @@ -46,6 +46,7 @@ stop() {
;;
root)
su - $RUN_AS -c "$cmd"
;;
*)
echo "*** ERROR *** must be $RUN_AS or root in order to control this service" >&2
exit 1
Expand Down

0 comments on commit 1aaf65e

Please sign in to comment.