mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add waiting for jobs info to snapshots log too
This commit is contained in:
parent
f4105497c4
commit
cc145494c2
6
build.sh
6
build.sh
@ -413,7 +413,11 @@ done
|
||||
|
||||
core_pkg_create_repo
|
||||
|
||||
echo ">>> NOTE: waiting for jobs: `jobs -l` to finish..."
|
||||
if [ -n "${SNAPSHOTS}" ]; then
|
||||
snapshots_update_status ">>> NOTE: waiting for jobs: $(jobs -l) to finish..."
|
||||
else
|
||||
echo ">>> NOTE: waiting for jobs: $(jobs -l) to finish..."
|
||||
fi
|
||||
wait
|
||||
|
||||
if [ -n "${SNAPSHOTS}" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user