mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix my obmission of the keyword enable after apm -e.
Submitted by: Blaz Zupan <blaz@amis.net>
This commit is contained in:
parent
7c3e8e009a
commit
67ae635373
2 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
|
|||
case ${apm_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
echo -n ' apm'
|
||||
apm -e > /dev/null 2>&1
|
||||
apm -e anable > /dev/null 2>&1
|
||||
APM_DONE=yes
|
||||
;;
|
||||
esac
|
||||
|
|
@ -19,7 +19,7 @@ case ${apmd_enable} in
|
|||
case ${APM_DONE} in
|
||||
'')
|
||||
echo -n ' apm'
|
||||
apm -e > /dev/null 2>&1
|
||||
apm -e enable > /dev/null 2>&1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
|
|||
case ${apm_enable} in
|
||||
[Yy][Ee][Ss])
|
||||
echo -n ' apm'
|
||||
apm -e > /dev/null 2>&1
|
||||
apm -e anable > /dev/null 2>&1
|
||||
APM_DONE=yes
|
||||
;;
|
||||
esac
|
||||
|
|
@ -19,7 +19,7 @@ case ${apmd_enable} in
|
|||
case ${APM_DONE} in
|
||||
'')
|
||||
echo -n ' apm'
|
||||
apm -e > /dev/null 2>&1
|
||||
apm -e enable > /dev/null 2>&1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue