Add capacity check

This commit is contained in:
Loic Guegan 2021-08-22 17:37:21 +02:00
parent ea2cab7326
commit 5926688efe

View file

@ -53,6 +53,7 @@ getp() {
create() {
[ -d "$POOL" ] && abort "Pool \"$POOL\" already exists" || :
[ ! "$1" -gt 0 ] && abort "Invalid pool capacity $1" || :
mkdir -p "$POOL"
# Write pool status
maxproc=$1