¡Hyperling.com 2.0! #16

Merged
me merged 75 commits from dev into main 2025-10-14 14:54:55 -07:00
Showing only changes of commit 684c237ac1 - Show all commits

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