mirror of
https://github.com/pcvolkmer/docker-wireguard-boringtun.git
synced 2025-04-19 21:36:49 +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: "
|
echo -n "Number of clients: "
|
||||||
read CLIENTS
|
read CLIENTS
|
||||||
done
|
done
|
||||||
if [[ "240" > "$CLIENTS" ]]; then
|
if (( $CLIENTS > 240 )); then
|
||||||
CLIENTS=240
|
CLIENTS=240
|
||||||
fi
|
fi
|
||||||
echo " - Generating $CLIENTS client configs and client QR codes"
|
echo " - Generating $CLIENTS client configs and client QR codes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user