Parcourir la source

Mise à jour de 'automated_tools/install_hotspot.sh'

wareck il y a 5 mois
Parent
commit
94a1f8e948
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      automated_tools/install_hotspot.sh

+ 1 - 1
automated_tools/install_hotspot.sh

@@ -32,7 +32,7 @@ echo "Installing dnsmasq"
 apt install dnsmasq -y
 systemctl stop dnsmasq
 
-echo "Configuring Wlan0 static IP for 192.168.42.1/24"
+echo "Configuring Wlan0 static IP for 192.168.4.1/24"
 echo "interface wlan0
     static ip_address=192.168.4.1/24
     nohook wpa_supplicant" >> /etc/dhcpcd.conf