remove partfile from nodelist packer
This commit is contained in:
parent
4cb715218a
commit
387480d9b9
@ -38,7 +38,8 @@ newext="z${ext:1:2}"
|
|||||||
|
|
||||||
echo "Creating zip archive tqwnet.$newext..."
|
echo "Creating zip archive tqwnet.$newext..."
|
||||||
[ -f zip/tqwnet.$newext ] && mv zip/tqwnet.$newext{,.`date +%Y%m%d`}
|
[ -f zip/tqwnet.$newext ] && mv zip/tqwnet.$newext{,.`date +%Y%m%d`}
|
||||||
zip -j9 zip/tqwnet.$newext $absfile $parfile
|
#zip -j9 zip/tqwnet.$newext $absfile $parfile
|
||||||
|
zip -j9 zip/tqwnet.$newext $absfile
|
||||||
|
|
||||||
git add . -A
|
git add . -A
|
||||||
git commit -m "$COMMIT"
|
git commit -m "$COMMIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user