Skip to content

Commit 33a87c8

Browse files
committed
rc.local: remove additional fi
1 parent 5bac519 commit 33a87c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/rc.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ if ip link | grep "$INTERFACE" ; then
115115
if ip link | grep "$INTERFACE" | grep -e "state UP" -e "DORMANT" ; then
116116
sudo ip link set wlan0 mode default
117117
fi
118-
sudo systemctl restart hostapd; fi
118+
sudo systemctl restart hostapd
119119
fi
120120

121121
# If a wireless USB dongle is available, and previously used then let's check if we can auto-connect to a wireless network

0 commit comments

Comments
 (0)