summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-switch-blue
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-03 10:53:33 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-03 10:53:33 +0100
commit8e3e5a16e818f79ab832bf94179e500cc5703bd0 (patch)
treebf33783cb1418a00da1d1c4d730d44cf06d072e0 /bin/taler-deployment-switch-blue
parentad31fbb87fd62fdef0c8440ffc1f4c35f5aea9ea (diff)
downloaddeployment-8e3e5a16e818f79ab832bf94179e500cc5703bd0.tar.gz
deployment-8e3e5a16e818f79ab832bf94179e500cc5703bd0.tar.bz2
deployment-8e3e5a16e818f79ab832bf94179e500cc5703bd0.zip
right names
Diffstat (limited to 'bin/taler-deployment-switch-blue')
-rwxr-xr-xbin/taler-deployment-switch-blue12
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/taler-deployment-switch-blue b/bin/taler-deployment-switch-blue
deleted file mode 100755
index 8ed644d..0000000
--- a/bin/taler-deployment-switch-blue
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-if ! test $(whoami) = test; then
- echo Please run as the 'test' user. Exiting.
- exit 1
-fi
-
-rm /home/test/sockets || true
-rm /home/test/landing || true
-ln -s /home/test-blue/sockets
-ln -s /home/test-blue/landing
-echo "test-blue" > /home/test/active