[Assorted-commits] SF.net SVN: assorted:[1739] configs/trunk/setup-cron.bash
Brought to you by:
yangzhang
|
From: <yan...@us...> - 2010-12-21 23:45:42
|
Revision: 1739
http://assorted.svn.sourceforge.net/assorted/?rev=1739&view=rev
Author: yangzhang
Date: 2010-12-21 23:45:36 +0000 (Tue, 21 Dec 2010)
Log Message:
-----------
Flightscraper, comment, typo in setup-cron
Modified Paths:
--------------
configs/trunk/setup-cron.bash
Modified: configs/trunk/setup-cron.bash
===================================================================
--- configs/trunk/setup-cron.bash 2010-12-21 23:39:23 UTC (rev 1738)
+++ configs/trunk/setup-cron.bash 2010-12-21 23:45:36 UTC (rev 1739)
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-# Installs cron jobs.
+# Installs cron jobs meant to be run by personal server yz.mit.edu.
. common.bash || exit 1
@@ -17,13 +17,14 @@
local arg="$1"
if [[ "${arg:0:1}" == / ]]
then [ -f "$arg" ] || die "could not find file $arg"
- else silence type "$arg" || die "could not find proram $arg"
+ else silence type "$arg" || die "could not find program $arg"
fi
}
check duplicity
check gbookmark2delicious
check ~/.gbookmark2delicious.auth
+check flightscraper
check mlf.py
check ~/.mlf.auth
check mysqldump
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|