diff options
author | EuAndreh <eu@euandre.org> | 2022-12-03 10:26:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-12-03 10:26:52 -0300 |
commit | f093e3d802dddb54d9c4baebdf4e9f5df5ddd283 (patch) | |
tree | 6065fb45362698810548d53ea2b689fe3d126bf9 /bin/vm | |
parent | bin/vm: Ignore known_hosts on SSHing into vm (diff) | |
download | dotfiles-f093e3d802dddb54d9c4baebdf4e9f5df5ddd283.tar.gz dotfiles-f093e3d802dddb54d9c4baebdf4e9f5df5ddd283.tar.xz |
bin/vm: Disable ShellCheck warning
Diffstat (limited to 'bin/vm')
-rwxr-xr-x | bin/vm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -271,6 +271,7 @@ case "$ACTION" in SSH_PORT="$(free-port)" PORTMAPS="$SSH_PORT:22${PORTMAPS}" + # shellcheck disable=SC2086 HOSTFWD="$(hostfwd $PORTMAPS)" # shellcheck disable=2086 |