From ff10c3ddc42467507ed839ab24538584a3d74de8 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Wed, 30 Jun 2021 10:21:53 +0200 Subject: [PATCH] shellcheck ignore SC2016 --- reStream.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reStream.sh b/reStream.sh index d26a24a..8eb6e7d 100755 --- a/reStream.sh +++ b/reStream.sh @@ -94,6 +94,7 @@ ssh_cmd() { } # SSH_CONNECTION is a variable on reMarkable => ssh '' instead of ssh "" +# shellcheck disable=SC2016 remarkable_ip() { ssh_cmd 'echo $SSH_CONNECTION' | cut -d\ -f3 }