5 lines
61 B
Bash

#!/bin/sh
cd /opt/ventoy || exit 1
exec ./VentoyWeb.sh "$@"