Remove excess exit and provide output var in case it's helpful in later debugging.

This commit is contained in:
2025-10-14 13:57:33 -07:00
parent 23c0090a47
commit 684c237ac1

View File

@@ -52,8 +52,7 @@ elif [[ $git_status == 0 && ($main_changed == 0 || $run_changed == 0) ]]; then
elif [[ $git_status == 0 && $grep_status == 0 ]]; then
reload-project
elif [[ $git_status == 0 && $grep_status != 0 ]]; then
log "Site is already up to date, exiting."
exit 0
log "Nothing to do. '$output'"
else
log "*** WARNING: Unknown Situation ***"
fi