Remove code for tweeting

This commit is contained in:
Steffen Lange 2024-12-12 14:12:22 +01:00
parent 172a97c482
commit b9659dbd50
3 changed files with 0 additions and 59 deletions

View file

@ -6,6 +6,5 @@ SITEDIR="/var/www/virtual/steffen/patchbot.de"
"$SCRIPTDIR/PatchCollector.php" || exit 1
"$SCRIPTDIR/PatchViewer.php" > "$SITEDIR/index.html"
"$SCRIPTDIR/PatchFeeder.php" > "$SITEDIR/rss.xml"
#[ -e "$SCRIPTDIR/TwitterKey.php" ] && "$SCRIPTDIR/PatchTwitter.php"
[ -e "$SCRIPTDIR/MastodonKey.php" ] && "$SCRIPTDIR/PatchMastodon.php"