home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Wed, 14 May 2025 07:16:52 +0000 (09:16 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 14 May 2025 07:16:52 +0000 (09:16 +0200)
trixie/copy/reform_qemu/home/plom/run.sh

index 7fef7709d9111fc48141fcd8b8ccd7c75c92a08a..5434da6a4ac6ba581e5346511d4d837c955a38c5 100755 (executable)
@@ -10,12 +10,12 @@ NAME_SCRIPT='emulate.sh'
 cd
 if [ ! -e "${NAME_REPO}" ]; then
     git clone "${URL_REPO}"
 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
 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}"