소스 검색

update run.sh run_hour.sh

root 1 년 전
부모
커밋
7b17cd2854
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      run.sh
  2. 1 1
      run_hour.sh

+ 2 - 2
run.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 source ~/.bash_profile
 source ~/.bashrc
-conda activate python36 
+conda activate tf2 
 
 cd /data/OffLineRec
 
@@ -36,7 +36,7 @@ python extract_share_log.py ${last7day} ${nowday}
 if [ $? -ne 0 ];
 then
     msg = "[ERROR] simrecall extract_share_log"
-    sh sendmsg.sh  $nowday  $msg
+    #sh sendmsg.sh  $nowday  $msg
     echo "[ERROR] echo 'extract_share_log"
     exit 255
 fi

+ 1 - 1
run_hour.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 source ~/.bash_profile
 source ~/.bashrc
-conda activate python36 
+conda activate tf2
 
 cd /data/OffLineRec