-
-
Notifications
You must be signed in to change notification settings - Fork 186
Description
Nice set of scripts :) Seem to work well when installed with default options.
I'm now trying to install onto a separate drive with more/faster storage. Hence I'd like to use something other than ~ for DirName.
I noticed that as of commit 8be39bd, DirName is no longer prompted for in SetupMinecraft.sh. If I manually modify the script to point DirName to a new location, then I must also remove lines 345-350 as well, so that I can run my modified script. Of course once I do that I lose the self-updating feature of the script (very nice BTW).
Is a custom directory for DirName simply discouraged at this point? I considered using symlinks but ran into difficulties there with the service not starting properly. (I didn't attempt to diagnose.)
Note that the documentation on this topic is a bit out of date, if DirName is no longer specifiable.