From 50716302ddfd678be01ad5cbab7059beb84be625 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Wed, 21 May 2025 15:55:55 +0200 Subject: [PATCH] refs #2060 make dbus envvar available to the agent --- CHANGELOG.md | 6 ++++++ ogclient/etc/preinit/default.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3b3f8..086f1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.1] - 2025-05-21 + +### Changed + +- Make dbus envvar available to the agent + ## [0.13.0] - 2025-05-19 ### Added diff --git a/ogclient/etc/preinit/default.sh b/ogclient/etc/preinit/default.sh index e5d1d0b..5c2623b 100755 --- a/ogclient/etc/preinit/default.sh +++ b/ogclient/etc/preinit/default.sh @@ -6,7 +6,7 @@ source /opt/opengnsys/etc/preinit/loadenviron.sh # Scripts de inicio. for f in fileslinks loadmodules metadevs mountrepo poweroff otherservices; do - $OGETC/preinit/$f.sh + source $OGETC/preinit/$f.sh done unset f