IP=${IP//$'\n'/};IP=$(echo$IP| sed "s/10.5.10.56//g")
echo"'${IP}'"
echo"'${NODEHOSTS}'"
if[["${IP}"== *"${NODEHOSTS}"* ]];then
echo'is a node'
else
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.