From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 26 Apr 2016 22:41:01 +0000 (+0200)
Subject: Use htwtxt.plomlompom.com as hostname for public server.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bitem_name%7D%7D?a=commitdiff_plain;h=5600007ee1f299efe17630f226f7cbd2c8682053;p=config

Use htwtxt.plomlompom.com as hostname for public server.
---

diff --git a/jessie_postinstall.sh b/jessie_postinstall.sh
index 63f39ad..277ab39 100755
--- a/jessie_postinstall.sh
+++ b/jessie_postinstall.sh
@@ -26,7 +26,7 @@ if [ "$3" = "plomlompom.com" ]; then
 elif [ "$3" = "test.plomlompom.com" ]; then
     hostname="test.plomlompom"
 elif [ "$2" = "public" ]; then
-    hostname="twtxt.plomlompom"
+    hostname="htwtxt.plomlompom"
 elif [ "$2" = "X200s" ]; then
     hostname="X220s"
 elif [ "$2" = "T450s" ]; then