Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
explicit about priority
Browse files Browse the repository at this point in the history
  • Loading branch information
mpd committed Dec 3, 2010
1 parent ab48d9b commit f79c57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ server = Http.createServer (req, resp) ->
console.log "SSL-Proxy running on #{port} with pid:#{process.pid}."
console.log "Using the secret key #{shared_key}"

Fs.open process.env.PIDFILE || "tmp/camo.pid", "w", 0600, (err, fd) ->
Fs.open (process.env.PIDFILE || "tmp/camo.pid"), "w", 0600, (err, fd) ->
Fs.writeSync fd, process.pid

server.listen port

0 comments on commit f79c57c

Please sign in to comment.