mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-04-19 13:26:50 +00:00
Fix maximal client config files to be created
This commit is contained in:
parent
3659803336
commit
358b18b49d
@ -35,7 +35,7 @@ while [[ -z $CLIENTS ]]; do
|
||||
echo -n "Number of clients: "
|
||||
read CLIENTS
|
||||
done
|
||||
if [[ "240" > "$CLIENTS" ]]; then
|
||||
if (( $CLIENTS > 240 )); then
|
||||
CLIENTS=240
|
||||
fi
|
||||
echo " - Generating $CLIENTS client configs and client QR codes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user