mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 21:06:58 +03:00
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
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