go back to where we started please

This commit is contained in:
Louis Abel 2021-11-10 16:56:31 -07:00
parent a977a8b5ba
commit 8918a2b398
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 4 additions and 0 deletions

View File

@ -20,8 +20,12 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
# shellcheck disable=SC2035
sudo -l && find **/* -maxdepth 0 -type d | parallel --will-cite -j 18 sudo rsync -av --chown=10004:10005 --progress --relative --human-readable \
{} "${TARGET}"
# Return back to where we started
cd "$(dirname "$0")" || { echo "${COMPOSE}: Failed to change back"; break; }
done
# sync all sig stuff
# Disabled as we will have a different method for sig content and sig content
# is available upstream.