#!/bin/bash # Version updater for 24x7SS scan # (c) - Naylor | 24x7ServerSupport.com if [ -e /root/bin/scan ]; then /root/bin/scan --update > /dev/null fi