Move hard-coded numbers to variables.
This commit is contained in:
parent
572dd5a3b0
commit
81337ac0db
8 changed files with 16 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue