mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-24 08:13:10 +08:00
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/bash
|
||
# 重启服务(Docker 部署)
|
||
cd "$(dirname "$0")"
|
||
exec ./docker/restart.sh
|