From 440744fcb0f9c67e78ef4c19e26ce099e65b0fe7 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Fri, 30 May 2025 22:08:36 +0100 Subject: [PATCH] fix: update CSS fix script path from /opt/pulse-proxmox to /opt/pulse MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- scripts/fix-css.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix-css.sh b/scripts/fix-css.sh index c1a6e88e8..4d46be49f 100755 --- a/scripts/fix-css.sh +++ b/scripts/fix-css.sh @@ -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"