Compare commits

..

No commits in common. "ab5544203df98cd6c7950ed837546e8cfda05922" and "3796221fb0d611bf10cf3f69896872de9b425f90" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -5,12 +5,6 @@ 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

View File

@ -6,7 +6,7 @@ source /opt/opengnsys/etc/preinit/loadenviron.sh
# Scripts de inicio.
for f in fileslinks loadmodules metadevs mountrepo poweroff otherservices; do
source $OGETC/preinit/$f.sh
$OGETC/preinit/$f.sh
done
unset f