makedeb
An utility to directly boot image files without reformating the USB
Click here to go back to the commit logs for ventoy-bin.
Hash: 0fb57d1efb31bc3bce3807015979578f1d919f02
Message: adding missing file
diff --git a/ventoy b/ventoy
index e30ff0b..ad10769 100755
--- a/ventoy
+++ b/ventoy
@@ -1,2 +1,4 @@
#!/bin/sh
+pushd /opt/ventoy
exec /opt/ventoy/Ventoy2Disk.sh "$@"
+popd