diff --git a/compile_nodelist.sh b/compile_nodelist.sh index b4c4afa..f02ea65 100755 --- a/compile_nodelist.sh +++ b/compile_nodelist.sh @@ -38,7 +38,8 @@ newext="z${ext:1:2}" echo "Creating zip archive tqwnet.$newext..." [ -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 commit -m "$COMMIT"