taler-deployment

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

commit 3e095eba22f8b4def8f893b570633db25303f6a2
parent d972d3f6cb770dc7977a93d1a54b3973b9813d6d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sat,  2 Nov 2019 15:55:56 +0100

syntax

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

diff --git a/bin/taler-deployment b/bin/taler-deployment @@ -395,7 +395,7 @@ def switch_demo(color) -> None: active_home = Path.home() / "active-home" try: active_home.unlink() - except e: + except: pass active_home.symlink_to(f"/home/demo-{color}")