home · contact · privacy
Fix user setting in postinstall script.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 10 Feb 2016 00:24:47 +0000 (01:24 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 10 Feb 2016 00:24:47 +0000 (01:24 +0100)
jessie_postinstall.sh

index 3797c7dedf51d07a57862dcfa649e576d266a12e..02e4e23f3acd43562a366dbb9d6f993ac1a03af6 100755 (executable)
@@ -218,10 +218,10 @@ if [ "$1" = "server" ]; then
     elif [ "$2" = "public" ]; then
         # Set up twtxt environment.
         apt-get -y -t jessie-backports install golang
-        su plom -c 'git clone '\
-            'https://github.com/plomlompom/htwtxt $GOPATH/src/htwtxt'
-        su plom -c 'go get htwtxt'
-        su plom -c 'mkdir ~/htwtxt'
+        su plom -c 'git clone '\
+'https://github.com/plomlompom/htwtxt $GOPATH/src/htwtxt'
+        su plom -c 'go get htwtxt'
+        su plom -c 'mkdir ~/htwtxt'
     fi
 
 elif [ "$1" = "thinkpad" ]; then