From 35f1277f660e56dacb085b2c255b5e4aae7b0c97 Mon Sep 17 00:00:00 2001 From: "Ramón M. Gómez" Date: Fri, 31 Jan 2020 11:42:10 +0100 Subject: #946: Fix appropriate parameter (modify commit `8f24716`). --- installer/opengnsys_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 0b2fe4cd..c4fb6491 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -1086,7 +1086,7 @@ function compileServices() popd # Generar un API token de ogAdmServer si no existe en el fichero de configuración. grep -q "APITOKEN=" $INSTALL_TARGET/etc/ogAdmServer.cfg || \ - $INSTALL_TARGET/bin/settoken server <<<"y" + $INSTALL_TARGET/bin/settoken -f return $hayErrores } -- cgit v1.2.3-18-g5258