|
@@ -6,6 +6,6 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
|
|
|
nohup /root/anaconda3/bin/python /data2/rov-offline/religion_class_videos_update.py 'christianity' &
|
|
|
elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
|
|
|
cd /data/rov-offline &&
|
|
|
- nohup /root/anaconda3/bin/python /data2/rov-offline/religion_class_videos_update.py 'catholicism' &
|
|
|
- nohup /root/anaconda3/bin/python /data2/rov-offline/religion_class_videos_update.py 'christianity' &
|
|
|
+ nohup /root/anaconda3/bin/python /data/rov-offline/religion_class_videos_update.py 'catholicism' &
|
|
|
+ nohup /root/anaconda3/bin/python /data/rov-offline/religion_class_videos_update.py 'christianity' &
|
|
|
fi
|