Update Registry to unpack new repo

This commit is contained in:
Mike Reeves
2020-01-23 10:45:08 -05:00
parent 71edddd846
commit 2c619db6ad
3 changed files with 32 additions and 16 deletions
@@ -7,7 +7,6 @@ TARBALL=/nsm/docker-registry/docker/so-dockers-$VERSION.tar
if [ -f "$TARBALL" ]; then
cd /nsm/docker-registry/docker
tar xvf so-dockers-$VERSION.tar
rm $TARBALL
else
exit
fi