Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
cams
Commits
60de7f8c
Commit
60de7f8c
authored
Dec 12, 2017
by
Neil Gershenfeld
Browse files
wip
parent
c99e45b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
60de7f8c
...
...
@@ -32,3 +32,4 @@ sudo cp cams.service /lib/systemd/system
sudo systemctl daemon-reload
sudo systemctl enable cams.service
sudo systemctl start cams.service
journalctl -u cams.service
cams.js
View file @
60de7f8c
...
...
@@ -57,7 +57,7 @@ function update() {
//
// check that taking image was successful
//
if
(
fs
.
existsSync
(
'
i
a
mge.jpg
'
))
if
(
fs
.
existsSync
(
'
im
a
ge.jpg
'
))
break
}
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment