|
@@ -1,8 +1,8 @@
|
|
|
source /etc/profile
|
|
|
-echo $ROV_SERVER_OFFLINE_ENV
|
|
|
-if [[ $ROV_SERVER_OFFLINE_ENV == 'test' ]]; then
|
|
|
+echo $AD_SERVER_OFFLINE_ENV
|
|
|
+if [[ $AD_SERVER_OFFLINE_ENV == 'test' ]]; then
|
|
|
cd /data2/ad-server-offline && /root/anaconda3/bin/python /data2/ad-server-offline/ad_thompson_param_update.py
|
|
|
|
|
|
-elif [[ $ROV_SERVER_OFFLINE_ENV == 'pro' ]]; then
|
|
|
+elif [[ $AD_SERVER_OFFLINE_ENV == 'pro' ]]; then
|
|
|
cd /data/ad-server-offline && /root/anaconda3/bin/python /data/ad-server-offline/ad_thompson_param_update.py
|
|
|
fi
|