Update soup

This commit is contained in:
Mike Reeves
2020-11-03 20:14:15 -05:00
committed by GitHub
parent c7367eea38
commit cf001875c2

View File

@@ -286,7 +286,7 @@ unmount_update() {
update_centos_repo() {
# Update the files in the repo
echo "Syncing new updates to /nsm/repo"
rsync -a $AGREPO/repo /nsm/repo
rsync -av $AGREPO/* /nsm/repo/
echo "Creating repo"
createrepo /nsm/repo
}