mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user