Fix propagation of failures in installer scripts
[osm/devops.git] / installers / install_osm.sh
index d66ceb3..10e618f 100755 (executable)
@@ -131,7 +131,6 @@ EOF"
         sudo sed -i "s|Proxy.*|Proxy \"${OSM_APT_PROXY}\"; }|" ${OSM_APT_PROXY_FILE}
     fi
     sudo apt-get update || FATAL "Configured apt proxy, but couldn't run 'apt-get update'. Check ${OSM_APT_PROXY_FILE}"
-    track apt_proxy_configured
     [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function
 }