#!/bin/bash

if [ "$XIVO_VERSION_INSTALLED" \> "2023.05.02" ]; then
  exit 0
fi

echo -e "\e[0;33m Warning !! the SCCP protocol has been disabled since the version 2023.05.02\e[0m"
echo -e "\e[0;33m You may have to update some of your users\e[0m"

exit 0