Fixed an issue with the run script on Debian.
This commit is contained in:
parent
1ed822d6e8
commit
349553349c
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Basic start script for running MultiMC with the libs packaged with it.
|
# 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}"
|
cd "${MMC_DIR}"
|
||||||
echo "MultiMC Dir: ${MMC_DIR}"
|
echo "MultiMC Dir: ${MMC_DIR}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user