remove if from if unless connected
authorminima <minima>
Sat, 17 Nov 2001 16:08:14 +0000 (16:08 +0000)
committerminima <minima>
Sat, 17 Nov 2001 16:08:14 +0000 (16:08 +0000)
html/installation-6.html
sgml/installation.sgml
txt/installation.txt

index 1843ddcce6cdf53d6cdbabc8b981e5a55dcb0e4b..f0228118991c2543ac7e612d1de16712f822d362 100644 (file)
@@ -28,7 +28,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')
 </PRE>
 </CODE></BLOCKQUOTE>
 <P>
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>
index 2fc1f7f74601df0207b3d1b7e9d6d6950242ecae..0c23cec97650ffdd628c2c00d0d2636b92a94dec 100644 (file)
        # 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')