Skip to content

Commit 648f256

Browse files
[networking] fix typo (#471)
1 parent dfcb65a commit 648f256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

networking/install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22

3-
if [ "$(lsb-release -cs)" == "xenial" ]
3+
if [ "$(lsb_release -cs)" == "xenial" ]
44
then
55
# Install config file (mdns4_minimal is normally missing in xenial and should be present)
66

0 commit comments

Comments
 (0)