fix
This commit is contained in:
@ -18,8 +18,8 @@
|
|||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
- name: enable lighttpd on boot
|
- name: enable lighttpd on boot
|
||||||
command: rc-update add lighttpd default
|
command: "/sbin/rc-update add lighttpd default"
|
||||||
|
|
||||||
- name: start lighttpd
|
- name: start lighttpd
|
||||||
command: rc-service lighttpd start
|
command: "/sbin/rc-service lighttpd start"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user