remove if from if unless connected
[spider.git] / sgml / installation.sgml
index f78af3c192142fff771971d864820c299ba7f1df..1f4a86f525d6f16c51e17fcd773c299ae02effac 100644 (file)
@@ -1229,7 +1229,7 @@ a comment)
 # check every 10 minutes to see if gb7xxx is connected and if not
 # start a connect job going
 
-0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx')
+0,10,20,30,40,50 * * * * start_connect('gb7xxx') unless connected('gb7xxx')
 </verb></tscreen>
 
 <P>