Move hard-coded numbers to variables.

This commit is contained in:
Andreas B. Mundt 2019-12-13 18:43:42 +01:00
parent 572dd5a3b0
commit 81337ac0db
8 changed files with 16 additions and 8 deletions

View file

@ -57,8 +57,8 @@ elif [ $1 = adduser -a $# -lt 3 ] ; then
exit 1
fi
MINID=10000
MAXID=20000
MINID={{ min_id }}
MAXID={{ max_id }}
HOMES="{{ lan_homes }}"
COMMAND="$1"