From 88040bf27716e473dd437f8c954a4dc88339b676 Mon Sep 17 00:00:00 2001 From: ning <710leo@gmail.com> Date: Thu, 20 Apr 2023 19:28:36 +0800 Subject: [PATCH] modify fe.sh --- fe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe.sh b/fe.sh index 0d4fd88e..553d7f0e 100755 --- a/fe.sh +++ b/fe.sh @@ -7,4 +7,4 @@ curl -o n9e-fe-${VERSION}.tar.gz -L https://github.com/n9e/fe/releases/download/ tar zxvf n9e-fe-${VERSION}.tar.gz -cp docker/initsql/a-n9e.sql n9e.sql \ No newline at end of file +cp ./docker/initsql/a-n9e.sql n9e.sql \ No newline at end of file -- GitLab