summaryrefslogtreecommitdiffstats
path: root/sonar-base.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-base.sh')
-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
}