Fix AGREPO Variable

This commit is contained in:
Mike Reeves
2020-11-03 19:08:58 -05:00
committed by GitHub
parent 8edb1529a9
commit c7367eea38

View File

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