Skip to content

Commit bd5fe17

Browse files
authored
ComfyUI: Fix update script (#9740)
* Update error messages for ComfyUI installation check * Update comfyui.json * Change updateable status to true in comfyui.json * Update comfyui.json
1 parent f42586c commit bd5fe17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/comfyui.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ function update_script() {
2424
check_container_storage
2525
check_container_resources
2626

27-
if [[ ! -f /opt/${APP} ]]; then
27+
if [[ ! -d /opt/ComfyUI ]]; then
2828
msg_error "No ${APP} Installation Found!"
2929
exit
3030
fi
31-
msg_error "To update use the ${APP} Manager."
31+
msg_error "To update use the ComfyUI Manager."
3232
exit
3333
}
3434

0 commit comments

Comments
 (0)