simple update for fullfilelist

This commit is contained in:
Louis Abel 2021-07-09 11:30:49 -07:00
parent 3cd78ce359
commit 6451509161
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 5 additions and 0 deletions

View File

@ -18,4 +18,9 @@ if [ $ret_val -eq "0" ]; then
# 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}"
# Full file list update
cd "${PRODUCTION_ROOT}/${CATEGORY_STUB}/" || { echo "Failed to change directory"; exit 1; }
find . > fullfilelist
fi