Interfaces file
This commit is contained in:
parent
98a6d083c2
commit
e0f647104d
|
@ -7149,7 +7149,7 @@ function enable_wifi_hotspot {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! grep -q "Wifi hotspot" $COMPLETION_FILE; then
|
if ! grep -q "Wifi hotspot" /etc/network/interfaces; then
|
||||||
echo '' >> /etc/network/interfaces
|
echo '' >> /etc/network/interfaces
|
||||||
echo '# Wifi hotspot' >> /etc/network/interfaces
|
echo '# Wifi hotspot' >> /etc/network/interfaces
|
||||||
echo "auto $WIFI_INTERFACE" >> /etc/network/interfaces
|
echo "auto $WIFI_INTERFACE" >> /etc/network/interfaces
|
||||||
|
|
Loading…
Reference in New Issue