2 Star 0 Fork 2

alex/beacon-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
startup.sh 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
alex.dou 提交于 2022-12-06 17:40 . 脚本
#bin/bash
execfile=./beacon-config
pid=`ps ax | grep -i 'beacon-config' | grep -v grep | awk '{print $1}'`
if [ ! -z "${pid}" ] ; then
echo "The beacon-config already running, shutdown and restart..."
kill ${pid}
fi
if [ ! -x "${execfile}" ]; then
sudo chmod +x "${execfile}"
fi
nohup "${execfile}" &
echo "The beacon-config running..."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alex_li/beacon-config.git
git@gitee.com:alex_li/beacon-config.git
alex_li
beacon-config
beacon-config
master

搜索帮助