mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
periodic: fix a typo in a comment
No functional change.
This commit is contained in:
parent
ed3563b0ac
commit
d6251ebad5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export host
|
|||
# If we were called normally, then create a lock file for each argument
|
||||
# in turn and reinvoke ourselves with the LOCKED argument. This prevents
|
||||
# very long running jobs from being overlapped by another run as this is
|
||||
# will lead the system running progressivly slower and more and more jobs
|
||||
# will lead the system running progressively slower and more and more jobs
|
||||
# are run at once.
|
||||
if [ $1 != "LOCKED" ]; then
|
||||
ret=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue