summaryrefslogtreecommitdiffstats
path: root/sonar-base.sh
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-07-22 00:25:44 -0400
committerMalfurious <m@lfurio.us>2021-07-22 00:25:44 -0400
commitff5c7a2af90663697a90722db48e0a3225049126 (patch)
tree5a3456c90cce46f6c3ff7ad54221f75ef0b8deef /sonar-base.sh
parentc4da5e91d0533b647b9a043e02490f1886c1da0f (diff)
downloadgit-sonar-ff5c7a2af90663697a90722db48e0a3225049126.tar.gz
git-sonar-ff5c7a2af90663697a90722db48e0a3225049126.zip
Refactor fetch.sh
Some code is restructured to remove the need for this additional entry-point. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '')
-rwxr-xr-xsonar-base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-base.sh b/sonar-base.sh
index ed48726..d9c3312 100755
--- a/sonar-base.sh
+++ b/sonar-base.sh
@@ -168,7 +168,7 @@ fetch() {
if time_to_update "$FETCH_TIME"; then
record_timestamp
- git fetch --quiet > /dev/null 2>&1
+ nohup git fetch --quiet >/dev/null 2>&1 &
fi
}