From 46d0983c2a63cb6c7808356832e5ff168d6d9bbd Mon Sep 17 00:00:00 2001 From: mischa Date: Wed, 7 Dec 2022 16:49:30 +0100 Subject: [PATCH] add (8) to autoinstall --- launch.sh | 2 +- relaunch.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launch.sh b/launch.sh index 69cfe83..ee3087d 100755 --- a/launch.sh +++ b/launch.sh @@ -56,7 +56,7 @@ sleep 10 mkfifo -m 600 /tmp/pipe_${1} install -g mischa -m 600 -o mischa /dev/null ${LOGS}/${1}.log -echo -n "autoinstall ${1}, log output ${LOGS}/${1}.log... " +echo -n "autoinstall(8) ${1}, log output ${LOGS}/${1}.log... " vmctl start -c ${1} < /tmp/pipe_${1} | while read line; do printf '%s\n' "$line" >&2 diff --git a/relaunch.sh b/relaunch.sh index 8aa6924..5f67749 100755 --- a/relaunch.sh +++ b/relaunch.sh @@ -46,7 +46,7 @@ sleep 10 mkfifo -m 600 /tmp/pipe_${1} install -g mischa -m 600 -o mischa /dev/null /home/mischa/${1}.log -echo -n "autoinstall ${1}, log output /home/mischa/${1}.log... " +echo -n "autoinstall(8) ${1}, log output /home/mischa/${1}.log... " vmctl start -c ${1} < /tmp/pipe_${1} | while read line; do printf '%s\n' "$line" >&2