fix so-buildregistry from returning error

This commit is contained in:
m0duspwnens
2020-01-24 15:08:09 -05:00
parent 468822c449
commit d54a41a1f0

View File

@@ -7,6 +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
else
exit
fi
exit 0