diff options
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |