Skip to content

Commit

Permalink
fixed updateFromNetmon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Nov 1, 2014
1 parent edba2c6 commit 753cd4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion updateFromNetmon.sh
@@ -1,5 +1,8 @@
#!/bin/bash

# set git user
git config user.name "NetmonUpdateScript"

# update all repositories
cd ../freifunkfranken-community/
git pull
Expand All @@ -11,6 +14,5 @@ node ./create_community_files.js

# update the github repository with the new data
cd ../freifunkfranken-community/
git pull
git commit -a -m "updated from netmon"
git push origin master

0 comments on commit 753cd4f

Please sign in to comment.