mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: 后端包结构重构、去除无用的文件
This commit is contained in:
11
server/startup.sh
Normal file
11
server/startup.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#bin/bash
|
||||
|
||||
execfile=./mayfly-go
|
||||
|
||||
if [ ! -x "${execfile}" ]; then
|
||||
sudo chmod +x "${execfile}"
|
||||
fi
|
||||
|
||||
nohup "${execfile}" &
|
||||
|
||||
echo "The mayfly-go running..."
|
||||
Reference in New Issue
Block a user