Skip to content

Commit

Permalink
Fix download count
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed May 12, 2014
1 parent 96b938e commit 649cdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
if which curl >/dev/null; then
/usr/bin/yes| curl http://i-nex.pl/?downloadcount=1 1>/dev/null
curl --silent http://i-nex.pl/?downloadcount=1 > /dev/null 1>&1
fi

0 comments on commit 649cdd9

Please sign in to comment.