./0000777000175100017510000000000015075741421010633 5ustar workerworker./install/0000777000175100017510000000000015075741421012301 5ustar workerworker./install/task.bash0000777000175100017510000000034115075741421014103 0ustar workerworkermodule=$(config module) echo "install $module" rm -rf log.txt if zef install $module 1>log.txt 2>&1; then echo "installation succeed" update_state success 1 else echo "installation failed" update_state success 0 fi