From 61ac5d0e6108b48f609e6331a4383df5b50d2491 Mon Sep 17 00:00:00 2001 From: Iris Lightshard Date: Thu, 26 Sep 2024 19:37:47 -0600 Subject: [PATCH] remove timestamp from honknet message --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 51cd7e5..38399a6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,6 +10,6 @@ if [ "$1" = "--resync" ]; then else rsync -avK -e "ssh -i ~/.ssh/${IDENT}" --delete ../ ${DEST} if [ "$1" = "--syndicate" ] && [ $? -eq 0 ]; then - ./underbbs.sh honk "$(head -n 1 ${SITEROOT}/${TWTXT})" + ./underbbs.sh honk "$(cat ${SITEROOT}/${TWTXT} | head -n 1 | cut -f 2)" fi fi