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:
commit
1752d47035
@ -22,7 +22,7 @@ deploy() {
|
||||
|
||||
runmmc() {
|
||||
cd ${INSTDIR}
|
||||
./MultiMC "$@"
|
||||
exec ./MultiMC "$@"
|
||||
}
|
||||
|
||||
if [[ ! -f ${INSTDIR}/MultiMC ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user