From e9d72267eaaaba409621f8703aff39548793de46 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Wed, 14 May 2025 09:16:52 +0200 Subject: [PATCH] Fix. --- trixie/copy/reform_qemu/home/plom/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trixie/copy/reform_qemu/home/plom/run.sh b/trixie/copy/reform_qemu/home/plom/run.sh index 7fef770..5434da6 100755 --- a/trixie/copy/reform_qemu/home/plom/run.sh +++ b/trixie/copy/reform_qemu/home/plom/run.sh @@ -10,12 +10,12 @@ NAME_SCRIPT='emulate.sh' cd if [ ! -e "${NAME_REPO}" ]; then git clone "${URL_REPO}" - sed -i 's/-vnc :94,share=force-shared/-vnc :94,share=ignore/' "${PATH_EMULATE_SH}" + sed -i 's/-vnc :94,share=force-shared/-vnc :94,share=ignore/' "${NAME_SCRIPT}" fi cd "${NAME_REPO}" if [ ! -e "${NAME_IMG}" ]; then wget "${URL_IMG}" gunzip "${NAME_IMG_GZ}" fi -"${NAME_SCRIPT}" "${NAME_IMG}" +"./${NAME_SCRIPT}" "${NAME_IMG}" -- 2.30.2