We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff4779 commit 07579b6Copy full SHA for 07579b6
stage3/03-crankshaft-base/files/opt/crankshaft/service_wpachange.sh
@@ -18,7 +18,7 @@ function update_network() {
18
COUNTER=0
19
#check for 30 seconds for dhcp lease assigned
20
while [ $COUNTER -lt 30 ]; do
21
- if [ -f /var/run/dhcpcd/resolv.conf/wlan0.dhcp ]; then
+ if [ -f /var/run/resolvconf/interfaces/wlan0.dhcp ]; then
22
echo "[${CYAN}${BOLD} INFO ${RESET}] *******************************************************" >/dev/tty3
23
echo "[${CYAN}${BOLD} INFO ${RESET}] DHCP-EVENT: $SSID got a lease" >/dev/tty3
24
0 commit comments