set console label path

This commit is contained in:
alteredCoder 2022-04-14 14:20:42 +02:00
parent 699dcb2c0f
commit c45e5489f6

View file

@ -75,6 +75,7 @@ config_generate() {
.api.client.credentials_path=strenv(CONFIG_DIR)+"/local_api_credentials.yaml" |
.api.server.profiles_path=strenv(CONFIG_DIR)+"/profiles.yaml" |
.api.server.console_path=strenv(CONFIG_DIR)+"/console.yaml" |
.crowdsec_service.console_labels_path=strenv(CONFIG_DIR) + "/console/labels.yaml" |
.api.server.online_client.credentials_path=strenv(CONFIG_DIR)+"/online_api_credentials.yaml"
' <../config/config.yaml >"${CONFIG_DIR}/config.yaml"
}