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

View File

@@ -12,7 +12,7 @@ echo "*** Running cronjob @ `date` ***"
cd $DIR
# Pull any updates, and if the project is already up to date, exit successfully.
git pull | grep -v "up to date"
git pull --rebase | grep -v "up to date"
status="$?"
echo "* Pull status is '$status'."
if [[ $status != 0 ]]; then