mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Make shellcheck happy
This commit is contained in:
parent
55384b70b7
commit
92f3466d08
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -789,7 +789,7 @@ function vm_boot() {
|
||||||
|
|
||||||
echo -n "" > "${VMDIR}/${VMNAME}.ports"
|
echo -n "" > "${VMDIR}/${VMNAME}.ports"
|
||||||
|
|
||||||
if [ -z "$SSH_PORT" ]; then
|
if [ -z "${SSH_PORT}" ]; then
|
||||||
# Find a free port to expose ssh to the guest
|
# Find a free port to expose ssh to the guest
|
||||||
SSH_PORT=$(get_port 22220 9)
|
SSH_PORT=$(get_port 22220 9)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue