From 43558a23255e4356caa89c74a88045e0c87f8c8e Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Thu, 28 Nov 2019 21:30:29 +0100
Subject: [PATCH] Change Etherpad host

---
 get-host-by-image.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/get-host-by-image.sh b/get-host-by-image.sh
index 5b6de288..f725c73a 100644
--- a/get-host-by-image.sh
+++ b/get-host-by-image.sh
@@ -2,8 +2,8 @@
 
 # return the host the service is hosted on
 case $MODIFIED_IMAGE in
-        pica-etherpad) RES="PICA01"
+        pica-etherpad) RES="PICA02"
         ;;
         pica-dokuwiki) RES="PICA02"
 esac
-echo $RES
\ No newline at end of file
+echo $RES
-- 
GitLab