Setup_bitable/monitor/setup/update_engine.sh

6 lines
113 B
Bash

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