From 35e9a85fc6353708e27167a0f6b3a70766693c6c Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 10 Feb 2020 14:09:36 +0100 Subject: [PATCH] home/router-wan: restart utthpd in post-setup --- services/home-ch/router-wan.lan/Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/services/home-ch/router-wan.lan/Justfile b/services/home-ch/router-wan.lan/Justfile index 79a278a..8792f32 100644 --- a/services/home-ch/router-wan.lan/Justfile +++ b/services/home-ch/router-wan.lan/Justfile @@ -6,3 +6,4 @@ post-setup: just -v _run_ssh_cmd "opkg install luci-ssl" just -v _run_ssh_cmd "opkg install luci-app-samba samba36-server" just -v _run_ssh_cmd "opkg install block-mount blockd kmod-fs-vfat kmod-usb-storage usbutils" + just -v _run_ssh_cmd "/etc/init.d/uhttpd restart"