cron.sh: disable Twitter updates
This commit is contained in:
parent
587b44e0f6
commit
1cb522f5cf
1 changed files with 1 additions and 1 deletions
2
cron.sh
2
cron.sh
|
|
@ -6,6 +6,6 @@ SITEDIR="/var/www/virtual/steffen/patchbot.de"
|
||||||
"$SCRIPTDIR/PatchCollector.php" || exit 1
|
"$SCRIPTDIR/PatchCollector.php" || exit 1
|
||||||
"$SCRIPTDIR/PatchViewer.php" > "$SITEDIR/index.html"
|
"$SCRIPTDIR/PatchViewer.php" > "$SITEDIR/index.html"
|
||||||
"$SCRIPTDIR/PatchFeeder.php" > "$SITEDIR/rss.xml"
|
"$SCRIPTDIR/PatchFeeder.php" > "$SITEDIR/rss.xml"
|
||||||
[ -e "$SCRIPTDIR/TwitterKey.php" ] && "$SCRIPTDIR/PatchTwitter.php"
|
#[ -e "$SCRIPTDIR/TwitterKey.php" ] && "$SCRIPTDIR/PatchTwitter.php"
|
||||||
[ -e "$SCRIPTDIR/MastodonKey.php" ] && "$SCRIPTDIR/PatchMastodon.php"
|
[ -e "$SCRIPTDIR/MastodonKey.php" ] && "$SCRIPTDIR/PatchMastodon.php"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue