Skip to content

Commit

Permalink
bump verions 0.31.5, fix finish service
Browse files Browse the repository at this point in the history
  • Loading branch information
jshridha committed Jun 16, 2016
1 parent 49e62f5 commit 10faf5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM phusion/baseimage:0.9.18

MAINTAINER jshridha <[email protected]>

ENV MOTIONEYE_VERSION=0.31.4
ENV MOTIONEYE_VERSION=0.31.5

RUN apt-get update && apt-get install -q -y --no-install-recommends \
bsd-mailx \
Expand Down
2 changes: 1 addition & 1 deletion services/motioneye/finish
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

meyectl stopserver /config/motioneye.conf
meyectl stopserver -c /config/motioneye.conf

0 comments on commit 10faf5e

Please sign in to comment.