1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00

Fix omr-test-speed

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-08-12 14:51:07 +02:00
parent df77ebad4b
commit d71f338f40

View file

@ -2,7 +2,7 @@
# vim: set noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 :
HETZNER=false
if [ "$1" = "hetzner" ]; then
hetzner=true
HETZNER=true
INTERFACE="$2"
else
INTERFACE="$1"