mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 20:09:18 +00: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…
x
Reference in New Issue
Block a user