Skip to content

Commit

Permalink
Update server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eBloc authored Jul 27, 2018
1 parent c3637bc commit 6ec5e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Updates peers
git fetch && git checkout origin/master -- peers.js
git fetch && git checkout origin/master -- peers.js 2>/dev/null

# Ensure running as root
if [ "$(id -u)" != "0" ]; then
Expand Down

0 comments on commit 6ec5e40

Please sign in to comment.