Save daemon address on service install (#2328)

This commit is contained in:
Maycon Santos
2024-07-26 16:33:20 +02:00
committed by GitHub
parent 1a15b0f900
commit ea3205643a

View File

@ -31,6 +31,8 @@ var installCmd = &cobra.Command{
configPath,
"--log-level",
logLevel,
"--daemon-addr",
daemonAddr,
}
if managementURL != "" {