Update pulse.sh

This commit is contained in:
CanbiZ 2025-05-22 13:57:21 +02:00
parent bf332429b7
commit 2a925def1d

View File

@ -24,7 +24,7 @@ function update_script() {
check_container_storage
check_container_resources
if [[ ! -d /pulse-proxmox ]]; then
if [[ ! -d /opt/pulse-proxmox ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi