aboutsummaryrefslogtreecommitdiff
path: root/launcher/package
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-09-24 15:24:18 +0200
committerGitHub <noreply@github.com>2021-09-24 15:24:18 +0200
commit1752d47035b1a8c4d3fcd5ce757af6e600c298f0 (patch)
tree0fd82403f98eb5fe30bb29491d86671153f1f2f3 /launcher/package
parent0f3cf0595b97e949fd0b943e9e7ae69e1fdc5def (diff)
parent29f304f0703612d56b26d111cf802e145ae5896f (diff)
downloadPrismLauncher-1752d47035b1a8c4d3fcd5ce757af6e600c298f0.tar.gz
PrismLauncher-1752d47035b1a8c4d3fcd5ce757af6e600c298f0.tar.bz2
PrismLauncher-1752d47035b1a8c4d3fcd5ce757af6e600c298f0.zip
Merge pull request #4100 from kb-1000/run-sh-exec
Use exec to launch the MultiMC script in the Debian/RPM packages
Diffstat (limited to 'launcher/package')
-rwxr-xr-xlauncher/package/ubuntu/multimc/opt/multimc/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/package/ubuntu/multimc/opt/multimc/run.sh b/launcher/package/ubuntu/multimc/opt/multimc/run.sh
index c493a513..12a9b45c 100755
--- a/launcher/package/ubuntu/multimc/opt/multimc/run.sh
+++ b/launcher/package/ubuntu/multimc/opt/multimc/run.sh
@@ -22,7 +22,7 @@ deploy() {
runmmc() {
cd ${INSTDIR}
- ./MultiMC "$@"
+ exec ./MultiMC "$@"
}
if [[ ! -f ${INSTDIR}/MultiMC ]]; then