if grep-q"Failed"$deploy_status_logfile;then echo"";echo>&2 "One or more microsite(s) deployment failed, marking build as failed; please check the logs in :- '${MICROSITE_DEBUG_LOG_FOLDER}'";exit 1;fi
echo"";
echo"== Ended background deployment script process check =="
if grep-q"Failed"$deploy_status_logfile;then
echo"";
echo>&2 "One or more microsite(s) deployment failed, marking build as ${red}failed${norm}; please check the logs in :- '${MICROSITE_DEBUG_LOG_FOLDER}'";