#!/bin/bash

set -euEo pipefail

echo "Going to apply stashed changes from step fix_stash_changes in /etc/ngcp-config"
cd /etc/ngcp-config
git stash pop

echo "Restoring correct permissions"
/usr/share/ngcp-ngcpcfg/helper/restore-permissions /etc/ngcp-config/
