BasePath=../..;source $BasePath/Commons.sh

#Actual space for the Master/Dirigent to change the actual behaviour of the whole event ...


function OpenSession()
{
cp $SW/Operation/HigherPower/Standard/FlagsDepot/operation_sessiondefault.dirigent $SHMS/Operation/HigherPower/operation.higherpower
}

function GetReadyTheDischarge
{
    if [ -f $SHMCLP/operation.higherpower ]; 
        then cp $SHMCLP/operation.higherpower $SHMP/operation.higherpower
        else sed 's/"/'"'"'/g' $SHMS/Operation/HigherPower/operation.higherpower > $SHMP/operation.higherpower
    fi
    GeneralTableUpdateAtDischargeBeginning
}

