mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-23 18:37:19 +02:00
Fixed an issue with the run script on Debian.
This commit is contained in:
parent
1ed822d6e8
commit
349553349c
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Basic start script for running MultiMC with the libs packaged with it.
|
||||
|
||||
MMC_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
MMC_DIR="$( cd "$( dirname "$0" )" && pwd )"
|
||||
cd "${MMC_DIR}"
|
||||
echo "MultiMC Dir: ${MMC_DIR}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user