Index: src/platform/memento_softwareupdate/ping_omaha.sh |
diff --git a/src/platform/memento_softwareupdate/ping_omaha.sh b/src/platform/memento_softwareupdate/ping_omaha.sh |
index 71acc32edd3827793b9f16d653b5b6ca624f00d7..fd36a3728f2ab6f4ee04f6a6e5584022f9055836 100755 |
--- a/src/platform/memento_softwareupdate/ping_omaha.sh |
+++ b/src/platform/memento_softwareupdate/ping_omaha.sh |
@@ -207,7 +207,8 @@ POST_FILE=/tmp/memento_au_post_file |
cat > "/tmp/memento_au_post_file" << EOF |
<?xml version="1.0" encoding="UTF-8"?> |
<o:gupdate xmlns:o="http://www.google.com/update2/request" \ |
-version="$AU_VERSION" protocol="2.0" machineid="$MACHINE_ID" \ |
+version="$AU_VERSION" updaterversion="$AU_VERSION" \ |
+protocol="2.0" machineid="$MACHINE_ID" \ |
ismachine="0" userid="$USER_ID"> |
<o:os version="$OS" platform="$PLATFORM" sp="$OS_VERSION"></o:os> |
<o:app appid="$APP_ID" version="$PING_APP_VERSION" lang="$LANG" \ |