X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a5e86befc352e31600399e9c4a476479d2155413..49dabf8a44770ab79960ceb91b08c2cb19eb2730:/services/api/script/create_superuser_token.rb diff --git a/services/api/script/create_superuser_token.rb b/services/api/script/create_superuser_token.rb index dad9501dec..3d5de35fd7 100755 --- a/services/api/script/create_superuser_token.rb +++ b/services/api/script/create_superuser_token.rb @@ -1,4 +1,7 @@ #!/usr/bin/env ruby +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 # Install the supplied string (or a randomly generated token, if none # is given) as an API token that authenticates to the system user @@ -11,5 +14,5 @@ include CreateSuperUserToken supplied_token = ARGV[0] -CreateSuperUserToken.create_superuser_token supplied_token - +token = CreateSuperUserToken.create_superuser_token supplied_token +puts token