mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bah! Give me the pointy hat. Never commit fixes when just awake.
anable -> enable Spotted by: Alexander Leidinger <Alexander@leidinger.net>
This commit is contained in:
parent
fa7f776c1a
commit
5c9037ff73
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
|
|||
case ${apm_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
echo -n ' apm'
|
||||
apm -e anable > /dev/null 2>&1
|
||||
apm -e enable > /dev/null 2>&1
|
||||
APM_DONE=yes
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
|
|||
case ${apm_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
echo -n ' apm'
|
||||
apm -e anable > /dev/null 2>&1
|
||||
apm -e enable > /dev/null 2>&1
|
||||
APM_DONE=yes
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue