home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e783c
)
Fix hostname setting bug for testing server.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Feb 2016 20:08:35 +0000
(21:08 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 7 Feb 2016 20:08:35 +0000
(21:08 +0100)
jessie_postinstall.sh
patch
|
blob
|
history
diff --git
a/jessie_postinstall.sh
b/jessie_postinstall.sh
index 1b2978aec1c34ed181d2eec3259b68433f9ce9e1..08b34ab8367819c35cdecc8816c96583da5a9c5d 100755
(executable)
--- a/
jessie_postinstall.sh
+++ b/
jessie_postinstall.sh
@@
-21,8
+21,8
@@
fi
# Some important variables
if [ "$2" = "plomlompom.com" ]; then
hostname="plomlompom"
-elif [ "$2" = "test.plomlompom" ]; then
- hostname="test.plomlompom
.com
"
+elif [ "$2" = "test.plomlompom
.com
" ]; then
+ hostname="test.plomlompom"
elif [ "$2" = "X200s" ]; then
hostname="X220s"
elif [ "$2" = "T450s" ]; then