Add waiting for jobs info to snapshots log too

This commit is contained in:
Renato Botelho 2015-09-10 08:01:25 -03:00
parent f4105497c4
commit cc145494c2

View File

@ -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