[RFC] Add Hoodfiles to WebRoot

Submitted by Christian Dresel on Aug. 13, 2017, 2:30 p.m.

Details

Message ID 1502634637-17455-1-git-send-email-fff@chrisi01.de
State Superseded
Headers show

Commit Message

Christian Dresel Aug. 13, 2017, 2:30 p.m.
Make possible to download the Hoodfiles from Router

Signed-off-by: Christian Dresel <fff@chrisi01.de>
---
 src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd | 3 +++
 1 file changed, 3 insertions(+)

Patch hide | download patch | download mbox

diff --git a/src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd b/src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd
index 28ae2b5..c0afaab 100644
--- a/src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd
+++ b/src/packages/fff/fff-web/files/etc/uci-defaults/93-fff-uhttpd
@@ -32,4 +32,7 @@  uci batch <<EOF
 EOF
 
 uci commit uhttpd
+
+ln -s /etc/hoods /www/public/
+
 exit 0