remove timestamp from honknet message
This commit is contained in:
parent
3eeac950d3
commit
61ac5d0e61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue