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