we should have a fullfiletimelist just in case

This commit is contained in:
Louis Abel 2021-11-11 22:00:09 -07:00
parent 93b69f0a4c
commit 17f819cb13
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ if [ $ret_val -eq "0" ]; then
cd "${PRODUCTION_ROOT}/${CATEGORY_STUB}/" || { echo "Failed to change directory"; exit 1; }
/bin/cp fullfiletimelist-rocky fullfiletimelist-rocky-old
/usr/local/bin/create-filelist > fullfiletimelist-rocky
cp fullfiletimelist-rocky fullfiletimelist
fi
chown 10004:10005 fullfilelist fullfiletimelist-rocky
chown 10004:10005 fullfilelist fullfiletimelist-rocky fullfiletimelist
fi