diff --git a/ct/comfyui.sh b/ct/comfyui.sh index 45f1b9288a..5a293a4d2f 100644 --- a/ct/comfyui.sh +++ b/ct/comfyui.sh @@ -24,11 +24,11 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -f /opt/${APP} ]]; then + if [[ ! -d /opt/ComfyUI ]]; then msg_error "No ${APP} Installation Found!" exit fi - msg_error "To update use the ${APP} Manager." + msg_error "To update use the ComfyUI Manager." exit }