2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

Make xcat-dep tar file readable by all

This commit is contained in:
Mark Gurevich 2019-09-05 11:14:59 -04:00
parent 7c3f461105
commit 7fd2b54dce

View File

@ -292,6 +292,7 @@ fi
echo "===> Creating $DFNAME ..."
tar $verbosetar -jcf $DFNAME xcat-dep
chmod a+r $DFNAME
if [[ ${UP} -eq 0 ]]; then
echo "Upload not being done, set UP=1 to upload to xcat.org"