#! /bin/sh # Check if the connection to ERP5 server is possible. if wget http://192.168.254.20/erp5/login_form -O - > /dev/null ; then echo 'unable to connect to ERP5 website' exit 1 fi