remove partfile from nodelist packer

This commit is contained in:
tqwNet Nodelist/Infopack Robot 2024-03-01 23:35:06 +00:00
parent 4cb715218a
commit 387480d9b9

View File

@ -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"