#!/bin/bash


wget -P /usr/local/dragino/monitor/ http://repo.dragino.com/release/tool/monitor/status.sh
wget -P /etc/cron.d/ http://repo.dragino.com/release/tool/monitor/gateway_monitor

chmod +x /usr/local/dragino/monitor/status.sh
/usr/local/dragino/monitor/status.sh

systemctl restart cron
