taler-deployment

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

commit 7ad91295d5a708348f0b5e2070a0dc8fda5951bf
parent c55429b1c7901b4020e8cb350a9708c9bb9e7f06
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 22 Jun 2016 12:51:51 +0200

fix unbound variable

Diffstat:
Mtaler-build/switch_active.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh @@ -13,7 +13,7 @@ if ! taler-deployment-build; then exit 1 else echo "Successfully built, switching" - ln -fs -T /home/$INACTIVE/sockets /home/test/sockets + ln -fs -T /home/$(whoami)/sockets /home/test/sockets fi taler-deployment-restart