From: Christian Heller Date: Wed, 14 May 2025 07:16:52 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/%22https:/validator.w3.org/error?a=commitdiff_plain;p=config Fix. --- 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}"