shellcheck ignore SC2016

This commit is contained in:
Rien Maertens 2021-06-30 10:21:53 +02:00
parent f1efbf6d22
commit ff10c3ddc4
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -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
}