aboutsummaryrefslogtreecommitdiff
path: root/bin/vm
diff options
context:
space:
mode:
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