From 0ea4dd9653f0c179c89b089bd595244b8dc14e69 Mon Sep 17 00:00:00 2001 From: minima Date: Sat, 17 Nov 2001 16:08:14 +0000 Subject: [PATCH] remove if from if unless connected --- html/installation-6.html | 2 +- sgml/installation.sgml | 2 +- txt/installation.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/html/installation-6.html b/html/installation-6.html index 1843ddcc..f0228118 100644 --- a/html/installation-6.html +++ b/html/installation-6.html @@ -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')

diff --git a/sgml/installation.sgml b/sgml/installation.sgml index f78af3c1..1f4a86f5 100644 --- a/sgml/installation.sgml +++ b/sgml/installation.sgml @@ -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')

diff --git a/txt/installation.txt b/txt/installation.txt index 2fc1f7f7..0c23cec9 100644 --- a/txt/installation.txt +++ b/txt/installation.txt @@ -1512,7 +1512,7 @@ # 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') -- 2.34.1