From 1bf5b9b8b6a490c0bb53a324a8892a409991e808 Mon Sep 17 00:00:00 2001 From: ysicing Date: Mon, 6 Nov 2023 13:36:51 +0800 Subject: [PATCH] fix(fmt): imp code fmt imp code fmt Signed-off-by: ysicing --- Dockerfile | 6 ++++++ pkg/quickon/quickon.go | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca409a73..ab371b8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,9 @@ +# Copyright (c) 2021-2023 北京渠成软件有限公司(Beijing Qucheng Software Co., Ltd. www.qucheng.com) All rights reserved. +# Use of this source code is covered by the following dual licenses: +# (1) Z PUBLIC LICENSE 1.2 (ZPL 1.2) +# (2) Affero General Public License 3.0 (AGPL 3.0) +# license that can be found in the LICENSE file. + FROM ysicing/debian COPY ./_output/qcadmin_linux_amd64 /usr/bin/qcadmin diff --git a/pkg/quickon/quickon.go b/pkg/quickon/quickon.go index 8d83dddc..c9d30322 100644 --- a/pkg/quickon/quickon.go +++ b/pkg/quickon/quickon.go @@ -399,7 +399,6 @@ repositories: break } } - } m.QuickONReady() initFile := common.GetCustomConfig(common.InitFileName)