From 4f419a7e29ea7e031cd7860469d9673cf296600d Mon Sep 17 00:00:00 2001 From: "Gui.H" <740360381@qq.com> Date: Thu, 1 Jul 2021 01:06:31 +0800 Subject: [PATCH] Add files via upload --- start.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 start.sh diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..257a4cb --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash +mv -n /vols/config/* /app/config +dotnet FastTunnel.Server.dll \ No newline at end of file