#!/bin/sh

if [ -n "$PLESK_INSTALLER_DEBUG" -o -n "$PLESK_INSTALLER_VERBOSE" ]; then
	set -x;
fi

psa_d="/usr/local/psa"
flag="$psa_d/tmp/mu25-notify.flg"

[ -f $flag ] && exit 0
$psa_d/bin/sw-engine-pleskrun $psa_d/var/correct_notifications.php
touch $flag
