Skip to content

Commit

Permalink
Update Revision # transmission
Browse files Browse the repository at this point in the history
  • Loading branch information
riptidewave93 committed Nov 30, 2013
1 parent 7abd685 commit a85c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromecast-ota
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BuildRevision="$(cat /chrome/pwnedcast_ver)"
SerialHash=`busybox sha1sum /factory/serial.txt | busybox awk '{ print $1 }'` # We only use your serial hash

#URL for the Update Server
URL="http://ota.team-eureka.com/ota/update.php?version=$BuildVersion-$BuildRevision&serial=$SerialHash"
URL="http://ota.team-eureka.com/ota/update.php?version=$BuildVersion.$BuildRevision&serial=$SerialHash"

# Prefixed log messages are easier to distinguish
pLog() {
Expand Down

0 comments on commit a85c78c

Please sign in to comment.