Commit 11267e29 by irul

Check curl command

1 parent 2d216fae
......@@ -127,5 +127,10 @@ if dpkg --get-selections | grep -E '(^|\s)apache2($|\s)' &> /dev/null ; then
fi
fi
if ! command -v curl &> /dev/null ; then
echo "Curl command not found!"
echo ""
fi
echo "Last Check: "$(date '+%Y-%m-%d %H:%M')
echo ""
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!