mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
fix bug
This commit is contained in:
@@ -9,7 +9,7 @@ SYSTEMD_SERVICE_${PN} = " \
|
||||
home-root-.ssh.mount \
|
||||
"
|
||||
|
||||
do_install () {
|
||||
do_install_append () {
|
||||
if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
||||
install -d ${D}${systemd_unitdir}/system
|
||||
install -c -m 0644 ${WORKDIR}/home-root-.ssh.mount ${D}${systemd_unitdir}/system
|
||||
|
||||
Reference in New Issue
Block a user