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
commit 1752d47035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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