Use exec to launch the MultiMC script in the Debian/RPM packages
This commit is contained in:
parent
e2355eb276
commit
29f304f070
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ deploy() {
|
||||||
|
|
||||||
runmmc() {
|
runmmc() {
|
||||||
cd ${INSTDIR}
|
cd ${INSTDIR}
|
||||||
./MultiMC "$@"
|
exec ./MultiMC "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ ! -f ${INSTDIR}/MultiMC ]]; then
|
if [[ ! -f ${INSTDIR}/MultiMC ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue