mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
influxdb: Fix /etc files owner
"chown root.influxdb" is a typo of "chown root:influxdb" Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
528f273006
commit
daed1b8980
|
|
@ -45,7 +45,7 @@ do_install:prepend() {
|
|||
do_install:append() {
|
||||
install -d ${D}${sysconfdir}/influxdb
|
||||
install -m 0644 ${WORKDIR}/influxdb.conf ${D}${sysconfdir}/influxdb
|
||||
chown -R root.influxdb ${D}${sysconfdir}/influxdb
|
||||
chown -R root:influxdb ${D}${sysconfdir}/influxdb
|
||||
|
||||
install -d ${D}${sysconfdir}/init.d
|
||||
install -m 0755 ${WORKDIR}/influxdb ${D}${sysconfdir}/init.d/influxdb
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user