mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
3 lines
73 B
Bash
3 lines
73 B
Bash
|
#!/bin/bash
|
||
|
mv -n /vols/config/* /app/config
|
||
|
dotnet FastTunnel.Server.dll
|