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() {
|
||||
cd ${INSTDIR}
|
||||
./MultiMC "$@"
|
||||
exec ./MultiMC "$@"
|
||||
}
|
||||
|
||||
if [[ ! -f ${INSTDIR}/MultiMC ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue