summaryrefslogtreecommitdiff
path: root/taler-build/switch_active.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/switch_active.sh')
-rwxr-xr-xtaler-build/switch_active.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
index 502d131..9707acb 100755
--- 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