Explorar el Código

Interfaces file

Bob Mottram hace 11 años
padre
commit
e0f647104d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Ver fichero

7149
       fi
7149
       fi
7150
   fi
7150
   fi
7151
 
7151
 
7152
-  if ! grep -q "Wifi hotspot" $COMPLETION_FILE; then
7152
+  if ! grep -q "Wifi hotspot" /etc/network/interfaces; then
7153
       echo '' >> /etc/network/interfaces
7153
       echo '' >> /etc/network/interfaces
7154
       echo '# Wifi hotspot' >> /etc/network/interfaces
7154
       echo '# Wifi hotspot' >> /etc/network/interfaces
7155
       echo "auto $WIFI_INTERFACE" >> /etc/network/interfaces
7155
       echo "auto $WIFI_INTERFACE" >> /etc/network/interfaces