#!/bin/bash

set -e

echo "Upgrade finished. from=${OLD_VERSION} to=${UPGRADE_VERSION} $(date +'%Y-%m-%d %H:%M:%S')" | \
  tee -a /etc/sipwise_ngcp_version
