Use exec to launch the MultiMC script in the Debian/RPM packages
This commit is contained in:
parent
e2355eb276
commit
29f304f070
@ -22,7 +22,7 @@ deploy() {
|
||||
|
||||
runmmc() {
|
||||
cd ${INSTDIR}
|
||||
./MultiMC "$@"
|
||||
exec ./MultiMC "$@"
|
||||
}
|
||||
|
||||
if [[ ! -f ${INSTDIR}/MultiMC ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user