We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c68133 commit fc05ca0Copy full SHA for fc05ca0
1 file changed
sbin/seagl-setup-room
@@ -27,7 +27,7 @@ else
27
echo presentations > /var/lib/seagl/laptop-type
28
fi
29
30
-hostnamectl hostname seagl-$(tr '[:upper:]' '[:lower:]' < /var/lib/seagl/room-id)-$(cat /var/lib/seagl/laptop-type)
+hostnamectl hostname seagl-$(tr '[:upper:] ' '[:lower:]-' < /var/lib/seagl/room-id)-$(cat /var/lib/seagl/laptop-type)
31
32
if [ $(cat /var/lib/seagl/laptop-type) == streaming ]; then
33
# TODO add SeaGL-specific scripts into here
0 commit comments