mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Show which rc script is running since the default ^T just shows 'sh' as the
process.
This commit is contained in:
parent
11722a8c11
commit
02c7950097
1 changed files with 1 additions and 0 deletions
|
|
@ -913,6 +913,7 @@ run_rc_script()
|
|||
else
|
||||
( trap "echo Script $_file interrupted; kill -QUIT $$" 3
|
||||
trap "echo Script $_file interrupted; exit 1" 2
|
||||
trap "echo Script $_file running" 29
|
||||
set $_arg; . $_file )
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue