2025-02-20 12:11:22 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
cd $(cd "$(dirname "$0")" && pwd)
|
|
|
|
|
path=`pwd`
|
|
|
|
|
./stop.sh
|
|
|
|
|
|
|
|
|
|
echo "======================【启动】========================"
|
|
|
|
|
datetime=`date "+%Y-%m-%d.%H:%M:%S"`
|
|
|
|
|
|
2025-07-27 15:21:19 +08:00
|
|
|
echo "["$datetime"] 正在启动 Gate 服务器 [gateway_r]..."
|
2025-02-20 12:11:22 +08:00
|
|
|
|
|
|
|
|
$path/gateway_r $path/GateWay.txt
|