1
0
Fork 0

refs #1613 fix whitespace

deb-package
Natalia Serrano 2025-02-26 15:34:28 +01:00
parent e7c4f4ef9d
commit c8109d9941
1 changed files with 2 additions and 2 deletions

View File

@ -72,9 +72,9 @@ if [ -d $OPENGNSYS ]; then
# Cargar las APIs según engine.
if [ -n "$ogengine" ]; then
for i in $OGAPI/*.$ogengine; do
for i in $OGAPI/*.$ogengine; do
[ -f $i ] && source $i
done
done
fi
# Configuración de la red (modo offline).