shellcheck ignore SC2016
This commit is contained in:
parent
f1efbf6d22
commit
ff10c3ddc4
@ -94,6 +94,7 @@ ssh_cmd() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# SSH_CONNECTION is a variable on reMarkable => ssh '' instead of ssh ""
|
# SSH_CONNECTION is a variable on reMarkable => ssh '' instead of ssh ""
|
||||||
|
# shellcheck disable=SC2016
|
||||||
remarkable_ip() {
|
remarkable_ip() {
|
||||||
ssh_cmd 'echo $SSH_CONNECTION' | cut -d\ -f3
|
ssh_cmd 'echo $SSH_CONNECTION' | cut -d\ -f3
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user