mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-07-01 15:22:55 +00:00
Fix maximal client config files to be created
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user