#!/bin/bash

set -e

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