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)