1
0
mirror of synced 2026-02-03 23:02:42 +00:00

Fix gateway always empty on debian domU

This commit is contained in:
Joan
2014-05-30 17:30:23 +02:00
parent 0c894eec48
commit 079382302b

View File

@@ -88,7 +88,6 @@ setupStaticNetworking ()
#
# gateway address?
#
gateway='';
if [ -n "${gateway}" ]; then
gateway=" gateway ${gateway}"
fi