diff --git a/files/root/bin/autoupdate_fastd_keys.sh b/files/root/bin/autoupdate_fastd_keys.sh index 15ad96f..9be4f8f 100644 --- a/files/root/bin/autoupdate_fastd_keys.sh +++ b/files/root/bin/autoupdate_fastd_keys.sh @@ -21,7 +21,7 @@ GIT_REVISION=$(getCurrentVersion) # Automagically commit local changes # This preserves local changes -git commit --quiet -m "CRON: auto commit" +git commit --quiet -m "CRON: auto commit" > /dev/null # Pull latest changes from upstream git fetch --quiet