From 2b17e4bfc3e0b4db1d2480c478e37a3f4dfa69bb Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 18 Oct 2020 16:09:16 +0200 Subject: [PATCH] Update whoamip script --- .bin/whoamip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/whoamip b/.bin/whoamip index c3d839c..a34d0a6 100755 --- a/.bin/whoamip +++ b/.bin/whoamip @@ -1,2 +1,2 @@ #!/usr/bin/env bash -ip addr show wlp3s0 | awk '/inet / {gsub(/\/.*/,"",$2); print $2}' +ip addr show wlan0 | awk '/inet / {gsub(/\/.*/,"",$2); print $2}'