mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Move a period out of an if... clause. The period terminates the
line and must always appear on the line. Submitted by: netchild
This commit is contained in:
parent
513e86421d
commit
1fa84077e8
1 changed files with 1 additions and 1 deletions
|
|
@ -67,8 +67,8 @@ isdnd_start()
|
|||
if checkyesno isdn_trace; then
|
||||
echo -n ' isdntrace'
|
||||
nohup /usr/sbin/isdntrace ${isdn_traceflags} >/dev/null 2>&1 &
|
||||
echo '.'
|
||||
fi
|
||||
echo '.'
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
|
|
|
|||
Loading…
Reference in a new issue