#!/bin/bash

set -euo pipefail

rm -f /etc/systemd/system-preset/01-installer.preset
systemctl preset-all
ngcpcfg apply --force-all-services "Force apply ${UPGRADE_VERSION} configs"
