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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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