Update pulse.sh

This commit is contained in:
CanbiZ 2025-05-22 13:55:21 +02:00
parent a19483bc5b
commit e64dea0ee2

View File

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