Browse Source

Mise à jour de 'automated_tools/install_hotspot.sh'

wareck 5 months ago
parent
commit
94a1f8e948
1 changed files with 1 additions and 1 deletions
  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