aboutsummaryrefslogtreecommitdiff
path: root/bin/vm
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-12-03 10:26:52 -0300
committerEuAndreh <eu@euandre.org>2022-12-03 10:26:52 -0300
commitf093e3d802dddb54d9c4baebdf4e9f5df5ddd283 (patch)
tree6065fb45362698810548d53ea2b689fe3d126bf9 /bin/vm
parentbin/vm: Ignore known_hosts on SSHing into vm (diff)
downloaddotfiles-f093e3d802dddb54d9c4baebdf4e9f5df5ddd283.tar.gz
dotfiles-f093e3d802dddb54d9c4baebdf4e9f5df5ddd283.tar.xz
bin/vm: Disable ShellCheck warning
Diffstat (limited to 'bin/vm')
-rwxr-xr-xbin/vm1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vm b/bin/vm
index 50cfa9f..78a27f8 100755
--- a/bin/vm
+++ b/bin/vm
@@ -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