¡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 c790dd6736 - Show all commits

View File

@@ -33,7 +33,7 @@ git_status="$?"
echo "$output" | grep -v "up to date"
grep_status="$?"
log "Pull status is '$git_status', anything but 'up to date' is '$grep_status'."
log "Pull status is '$git_status', checking for changes is '$grep_status'."
if [[ $git_status != 0 ]]; then
log "*** ERROR: Git reported a failure! ***"