#!/bin/bash

if [ "$1" = "instance" ];then
    #fix ntpdate error at 1st instance #27473
    systemctl reset-failed ntpdate.service
fi

exit 0
