diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-18 14:33:18 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-18 14:33:18 +0000 |
commit | 815bb75c7be508d59561a980bfd27f888eb3af6c (patch) | |
tree | fda88cb633f95f52f4f6c5cb8d284481d983aaf5 /usr | |
parent | 0c6b7ff17854e38928b8c6b421ba270b0992bbc5 (diff) | |
download | pfsense-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')
-rwxr-xr-x | usr/local/bin/runmsntp.sh | 2 |
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 |