mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Fix typo in debug/log statement.
Submitted by: Rick Miller <vmiller@hostileadmin.com>
This commit is contained in:
parent
1e6b385830
commit
4c5d7fab2a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ trap error EXIT
|
|||
SCRIPT="$1"
|
||||
shift
|
||||
|
||||
f_dprintf "Began Instalation at %s" "$( date )"
|
||||
f_dprintf "Began Installation at %s" "$( date )"
|
||||
rm -rf $BSDINSTALL_TMPETC
|
||||
mkdir $BSDINSTALL_TMPETC
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue