1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Default omr-iperf to vps server

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-11-27 20:11:17 +01:00
parent 5c2607bd14
commit df10ac4679

View file

@ -1,5 +1,6 @@
#!/bin/sh
SERVER=$1
[ -z "$SERVER" ] && SERVER="vps"
KEY=$(uci -q get iperf.$SERVER.key)
USER=$(uci -q get iperf.$SERVER.user)
PASSWORD=$(uci -q get iperf.$SERVER.password)