#!/bin/sh
set -e
if [ -f /etc/msal.conf ]
then
    /etc/init.d/msal restart
fi
