diff --git a/set-myhostname.sh b/set-myhostname.sh index ba9429f..314f18f 100644 --- a/set-myhostname.sh +++ b/set-myhostname.sh @@ -3,7 +3,7 @@ IP=$(curl ifconfig.me) curl_retval=$? -if [ $curl_retval -gt 0 ] +if [ $curl_retval -gt 0 ]; then # TODO send warning email to postmaster here exit 1 fi