aboutsummaryrefslogtreecommitdiff
path: root/web/add_msg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'web/add_msg.sh')
-rwxr-xr-xweb/add_msg.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/add_msg.sh b/web/add_msg.sh
index a956335..764762f 100755
--- a/web/add_msg.sh
+++ b/web/add_msg.sh
@@ -32,12 +32,12 @@ echo "<!DOCTYPE html>
</head>
<h3>Thank you for your message</h3>
<p>$(cat<<EOFIKA
-$MESSAGE
+${MESSAGE:0:60}
EOFIKA
)
</p>
</html>"
cat >/tmp/turris-lcd <<EOFIKA
-$MESSAGE
+${MESSAGE:0:60}
EOFIKA