fix: Correct file permissions for wizard files (v0.6.0-r2)
Fix file permissions for wizard.js and wizard.css: - Change from 600 (root-only) to 644 (world-readable) - Allows web server to serve JavaScript and CSS files - Resolves HTTP 403 Forbidden error when loading wizard Files Fixed: - htdocs/luci-static/resources/view/crowdsec-dashboard/wizard.js - htdocs/luci-static/resources/crowdsec-dashboard/wizard.css Version: 0.6.0-2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f701f8b20d
commit
f665d7fdb7
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-crowdsec-dashboard
|
||||
PKG_VERSION:=0.6.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_ARCH:=all
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user