From b161c0c2575e39bcc1657986e2c82bbbfa4e75d7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 11 May 2021 20:30:35 +0200 Subject: sync.sh: wait for update.sh --- sync.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index 9dc909c..494ca8d 100755 --- a/sync.sh +++ b/sync.sh @@ -1,5 +1,9 @@ #!/bin/bash +while pgrep -af update.sh; do + sleep 1 +done + finalPortsDirs=(/usr/src/ports/{cpan2crux,manual}Ports) d=$( -- cgit v1.2.3-54-g00ecf