forked from Lainports/freebsd-ports
- Close curly bracket in rc script
Spotted by: rushani Approved by: cperciva (maintainer)
This commit is contained in:
parent
192f7432e3
commit
3ec26a59ff
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= estctrl
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.daemonology.net/freebsd-est/
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@ command="%%PREFIX%%/sbin/estctrl"
|
|||
command_args="-a ${estctrl_speed_ac}"
|
||||
command_args="${command_args} -b ${estctrl_speed_battery}"
|
||||
command_args="${command_args} -d ${estctrl_speed_default}"
|
||||
command_args="${command_args &"
|
||||
command_args="${command_args} &"
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue