2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

Merge pull request #6420 from gurevichmark/deps_tar_permission

Make xcat-dep tar file readable by all
This commit is contained in:
besawn
2019-09-05 14:07:50 -04:00
committed by GitHub

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"