~comcloudway/builds.sr.ht

13d5a0654f7a56bab0947fe30f0834ff5a6f96e2 — Benjamin Riefenstahl 2 years ago 124154b
images/9front/functions (guest_ssh): Fix parameter parsing.
1 files changed, 3 insertions(+), 2 deletions(-)

M images/9front/functions
M images/9front/functions => images/9front/functions +3 -2
@@ 15,7 15,8 @@ boot() {
}

guest_ssh() {
	port=$1
	shift 2
	# Parameters: -p $port user@localhost
	port=$2
	shift 3
	PASS=password DIALSRV=$port drawterm -a none -u glenda -h 127.0.0.1 -c "$*"
}