From 4e2797bb1a355b7ad4acb7b5a179a2fa1644bc6e Mon Sep 17 00:00:00 2001 From: cubic Date: Mon, 10 Jan 2022 17:28:01 +0800 Subject: [PATCH] fix(Deploy Script): change env file path --- misc/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/install.sh b/misc/install.sh index 1e53958..d3529ee 100644 --- a/misc/install.sh +++ b/misc/install.sh @@ -32,8 +32,8 @@ cp codefever-service-template /etc/init.d/codefever echo 'services installed!' -cp ../config.template.yaml ./config.yaml -cp ../env.template.yaml ./env.yaml +cp ../config.template.yaml ../config.yaml +cp ../env.template.yaml ../env.yaml echo 'env files generated!'