diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-11-11 17:41:54 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-11-11 17:41:54 +0100 |
commit | afd6b4ee66cc7f9196f7a554bc215e1375eeb8e4 (patch) | |
tree | 46365e944abb644abb560d960d04b5ee329728a8 /installer/opengnsys_installer.sh | |
parent | e93dfe5f60e86d08b5bb4c64d1ce01f2fd1be4ae (diff) |
#925: Script `settoken` changes REST token for users.
Diffstat (limited to 'installer/opengnsys_installer.sh')
-rwxr-xr-x | installer/opengnsys_installer.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index ff94e2f4..fe62c03e 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1544,6 +1544,7 @@ EOT $ENABLESERVICE if [ -x $INSTALL_TARGET/bin/settoken ]; then echoAndLog "${FUNCNAME}(): Setting authentication tokens and starting OpenGnsys services." + $INSTALL_TARGET/bin/settoken "$OPENGNSYS_DB_USER" $INSTALL_TARGET/bin/settoken -f else echoAndLog "${FUNCNAME}(): Starting OpenGnsys services." |