go back to where we started please
This commit is contained in:
parent
a977a8b5ba
commit
8918a2b398
@ -20,8 +20,12 @@ for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
|
|||||||
# shellcheck disable=SC2035
|
# 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 \
|
sudo -l && find **/* -maxdepth 0 -type d | parallel --will-cite -j 18 sudo rsync -av --chown=10004:10005 --progress --relative --human-readable \
|
||||||
{} "${TARGET}"
|
{} "${TARGET}"
|
||||||
|
|
||||||
|
# Return back to where we started
|
||||||
|
cd "$(dirname "$0")" || { echo "${COMPOSE}: Failed to change back"; break; }
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
# sync all sig stuff
|
# sync all sig stuff
|
||||||
# Disabled as we will have a different method for sig content and sig content
|
# Disabled as we will have a different method for sig content and sig content
|
||||||
# is available upstream.
|
# is available upstream.
|
||||||
|
Loading…
Reference in New Issue
Block a user