summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-xinstaller/opengnsys_update.sh2
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
}