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