fix: update CSS fix script path from /opt/pulse-proxmox to /opt/pulse

- Updated default PULSE_DIR in fix-css.sh to use new installation path
- Ensures CSS fix script works with updated installation location

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
courtmanr@gmail.com
2025-05-30 22:08:36 +01:00
parent c40e3d7084
commit 440744fcb0
+1 -1
View File
@@ -29,7 +29,7 @@ print_error() {
}
# Default installation path
PULSE_DIR="/opt/pulse-proxmox"
PULSE_DIR="/opt/pulse"
print_info "Pulse CSS Fix Script"
print_info "This script fixes CSS issues where the frontend has no styling"