fix update path check

This commit is contained in:
CanbiZ 2025-03-06 12:14:00 +01:00 committed by GitHub
parent f1c276bf20
commit ffed8f67de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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