diff --git a/common-functions b/common-functions index 041f3ef..ee756c8 100755 --- a/common-functions +++ b/common-functions @@ -451,7 +451,7 @@ service_info() { local flag_map=( "--config-dir: ${SERVICE_ROOT}/${PLUGIN_CONFIG_SUFFIX}" - "--config-options: $(cat "$SERVICE_ROOT/CONFIG_OPTIONS")" + "--config-options: $(cat "$SERVICE_ROOT/CONFIG_OPTIONS" 2>/dev/null || true)" "--data-dir: ${SERVICE_ROOT}/data" "--dsn: ${SERVICE_URL}" "--exposed-ports: $(service_exposed_ports "$SERVICE")"