From 534bc33bcc917ec708d81f41dd2253dc97dcf455 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 18 Apr 2022 18:06:07 +0200 Subject: ch-installsmb: fix symlink target --- inventory/host_vars/ch-installsmb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/ch-installsmb.yml') diff --git a/inventory/host_vars/ch-installsmb.yml b/inventory/host_vars/ch-installsmb.yml index 4f98467d..9b673bea 100644 --- a/inventory/host_vars/ch-installsmb.yml +++ b/inventory/host_vars/ch-installsmb.yml @@ -47,10 +47,10 @@ openwrt_mixin: file: "{{ global_files_dir }}/common/htoprc" /etc/rc.d/S90smb-tmpfs: - link: "../init.d/network-fw" + link: "../init.d/smb-tmpfs" /etc/rc.d/K10smb-tmpfs: - link: "../init.d/network-fw" + link: "../init.d/smb-tmpfs" /etc/init.d/smb-tmpfs: mode: "0755" -- cgit v1.2.3