#!/bin/bash if [ "$1" = pro ] then /root/monitor/setup/ver_pro.sh else /root/monitor/setup/ver_cloud.sh fi exit 0