修复task.sh

This commit is contained in:
hanhh 2021-07-26 08:37:35 +08:00
parent e681b00483
commit ff1fa3cbb2

View File

@ -191,7 +191,7 @@ main() {
run_else "$@"
;;
esac
elif [[ $# -eq 0]]; then
elif [[ $# -eq 0 ]]; then
echo
usage
else