1 Star 1 Fork 1

Admin/客服系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.sh 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
Admin 提交于 2024-05-04 16:17 . 初始化代码
#!/usr/bin/env bash
basepath=$(cd `dirname $0`; pwd)
command="php $basepath/service/start.php start -d"
result=$(ps -ef | grep -i workerman | grep -v grep)
if [ ! -n "$result" ]
then
echo "Starting the process."
str=$(nohup $command >/dev/null 2>&1 &)
echo -e "\033[32mOk.\033[0m"
else
echo "The process has been started ."
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/suixin_1_0/kefu.git
git@gitee.com:suixin_1_0/kefu.git
suixin_1_0
kefu
客服系统
master

搜索帮助