码迷,mamicode.com
首页 > 系统相关 > 详细

shell md5加密生成秘钥

时间:2020-05-26 12:06:29      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:配置文件   配置   key   pre   wc -l   成功   time   grep -v   bsp   

#!/bin/bash
current=`date "+%Y%m%d%H%M%S"`  
source 引入配置文件/config1.sh
key=`echo -n $current$hash_key|md5sum|cut -d" " -f1`
status="`ps -ef |grep "curl 配置文件路径/async_delete_redis_set_code.php" | grep -v grep | wc -l`"
echo "配置文件路径/async_delete_redis_set_code.php?key=$key&time="$current
if [ $status -lt 1 ]
then
        nohup  curl "配置文件/async_delete_redis_set_code.php?key=$key&time="$current > /dev/null 2>&1 &
        echo ‘启动成功‘
else
        echo ‘已经启动‘
fi

 

shell md5加密生成秘钥

标签:配置文件   配置   key   pre   wc -l   成功   time   grep -v   bsp   

原文地址:https://www.cnblogs.com/chengfengchi/p/12964287.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!