From fdbf788a6a12a0ade055e7759030b3c5c1d50d5b 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}'