Merge pull request #4100 from kb-1000/run-sh-exec

Use exec to launch the MultiMC script in the Debian/RPM packages
This commit is contained in:
Petr Mrázek
2021-09-24 15:24:18 +02:00
committed by GitHub

View File

@ -22,7 +22,7 @@ deploy() {
runmmc() {
cd ${INSTDIR}
./MultiMC "$@"
exec ./MultiMC "$@"
}
if [[ ! -f ${INSTDIR}/MultiMC ]]; then