diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:18:09 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-10 07:18:09 +0000 |
commit | 681bcbf71efa8514b1299abcf7d9162069b99054 (patch) | |
tree | 3570a4db6212da7620b1145b6a6ec05e39dd99d2 /scripts/synctwitterfriends.php | |
parent | dae74e8ff452e09f37dbd820a74437a672802bc6 (diff) |
Add synctwitterfriends to daemon startup and stop scripts
Diffstat (limited to 'scripts/synctwitterfriends.php')
-rwxr-xr-x | scripts/synctwitterfriends.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/synctwitterfriends.php b/scripts/synctwitterfriends.php index d13500e97..2de464bcc 100755 --- a/scripts/synctwitterfriends.php +++ b/scripts/synctwitterfriends.php @@ -80,7 +80,7 @@ class SyncTwitterFriendsDaemon extends ParallelizingDaemon function name() { - return ('synctwitterfriendsdaemon.' . $this->_id); + return ('synctwitterfriends.' . $this->_id); } /** |