remove timestamp from honknet message
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQT/foVVmI9pK13hPWFohAcXSWbK8wUCZvYMawAKCRBohAcXSWbK 8+FxAP9Ec7oCfvlbiwMGfy6lgVh+2RrkKjTlvkD16xWL6daFHQEArR1rz2B0y7vn BT7WTVJDz5/GkVfDGXhmKmNs3kSM5gY= =/5n8 -----END PGP SIGNATURE-----
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
deploy.sh
→
deploy.sh
@@ -10,6 +10,6 @@ rsync -avk -e "ssh -i ~/.ssh/${IDENT}" --delete ${DEST} ../
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