summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-18 14:33:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-18 14:33:18 +0000
commit815bb75c7be508d59561a980bfd27f888eb3af6c (patch)
treefda88cb633f95f52f4f6c5cb8d284481d983aaf5 /usr/local/bin
parent0c6b7ff17854e38928b8c6b421ba270b0992bbc5 (diff)
downloadpfsense-815bb75c7be508d59561a980bfd27f888eb3af6c.zip
pfsense-815bb75c7be508d59561a980bfd27f888eb3af6c.tar.gz
Sleep 60 seconds in between calls to msntp incase the connection is
not up. This should fix Ticket #82
Diffstat (limited to 'usr/local/bin')
-rwxr-xr-xusr/local/bin/runmsntp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/bin/runmsntp.sh b/usr/local/bin/runmsntp.sh
index f7100b9..e736d42 100755
--- a/usr/local/bin/runmsntp.sh
+++ b/usr/local/bin/runmsntp.sh
@@ -8,5 +8,5 @@ echo $$ > $1
# the network is not yet setup)
while true; do
/usr/local/bin/msntp -r -P no -l $2 -x $3 $4
- sleep 1
+ sleep 60
done
OpenPOWER on IntegriCloud