liqian hace 2 años
padre
commit
3f7ec23e77
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      religion_class_videos_update_task.sh

+ 2 - 2
religion_class_videos_update_task.sh

@@ -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