Interfaces file

This commit is contained in:
Bob Mottram 2014-12-25 18:02:34 +00:00
parent 98a6d083c2
commit e0f647104d
1 changed files with 1 additions and 1 deletions

View File

@ -7149,7 +7149,7 @@ function enable_wifi_hotspot {
fi
fi
if ! grep -q "Wifi hotspot" $COMPLETION_FILE; then
if ! grep -q "Wifi hotspot" /etc/network/interfaces; then
echo '' >> /etc/network/interfaces
echo '# Wifi hotspot' >> /etc/network/interfaces
echo "auto $WIFI_INTERFACE" >> /etc/network/interfaces