Use exec to launch the MultiMC script in the Debian/RPM packages

This commit is contained in:
kb1000 2021-09-14 12:13:41 +02:00
parent e2355eb276
commit 29f304f070
No known key found for this signature in database
GPG Key ID: C174DD765CC3E131

View File

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