Add explicit rebase.

This commit is contained in:
2025-10-14 11:51:19 -07:00
parent b734be4054
commit cba46bfc23

View File

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