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

Merge branch 'test' into develop

This commit is contained in:
suyuan 2021-08-21 01:44:08 +08:00
commit 9c564195f0

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"