makedeb


ventoy-bin 1.0.99-0


An utility to directly boot image files without reformating the USB

Click here to go back to the commit logs for ventoy-bin.

Commit:


Hash: 0fb57d1efb31bc3bce3807015979578f1d919f02

Message: adding missing file

Diff


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