🎨 Rebrand

See: https://github.com/c3os-io/c3os/issues/88
This commit is contained in:
Ettore Di Giacinto
2022-09-16 15:42:45 +00:00
parent 68e318e664
commit 359ed271c7
44 changed files with 279 additions and 279 deletions

View File

@@ -64,7 +64,7 @@ func networkConfig(token, address, loglevel, i string) *edgevpnConfig.Config {
func startRecoveryService(ctx context.Context, token, name, address, loglevel string) error {
nc := networkConfig(token, "", loglevel, "c3osrecovery0")
nc := networkConfig(token, "", loglevel, "kairosrecovery0")
lvl, err := log.LevelFromString(loglevel)
if err != nil {