Change directory check from /opt/signoz to /opt/warracker

This commit is contained in:
Bas van den Berg 2025-09-19 20:09:47 +02:00 committed by GitHub
parent 8135cfd596
commit cf9ae4500b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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