taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 99a586db3a81ab0f0577ab688eca3b181725af48
parent 35c517e6ab2b421a652371a8aa212111067d1f5b
Author: MS <ms@taler.net>
Date:   Mon, 17 May 2021 20:18:23 +0200

debug

Diffstat:
Mbin/taler-deployment | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -690,7 +690,7 @@ def bootstrap() -> None: path_list.insert(0, deployment_path) if not os.path.isfile(TOKEN_FILE): - with open(TOKEN_FILE) as f: + with open(TOKEN_FILE, "w") as f: f.write(generate_apitoken()) with (home / "activate").open("w") as f: