diff --git a/bash/iwd-wifi.bash b/bash/iwd-wifi.bash index 67c65c0..571807d 100755 --- a/bash/iwd-wifi.bash +++ b/bash/iwd-wifi.bash @@ -24,7 +24,7 @@ echo "To connect: # Device Provisioning Protocol https://iwd.wiki.kernel.org/device_provisioning # requires qrencode, so let's check it exists -if hash qrencode needrestart 2> /dev/null; then +if hash qrencode 2> /dev/null; then # Remind of command to share echo "To share credentials: % iwctl dpp $WIFIDEVICE start-configurator diff --git a/bash/usr-local-bin/.gitignore b/bash/usr-local-bin/.gitignore index cc76c3b..3a06c3d 100644 --- a/bash/usr-local-bin/.gitignore +++ b/bash/usr-local-bin/.gitignore @@ -7,3 +7,4 @@ teams joplin ff chrome +iwd-wifi.bash