Conversation
|
Note this change to the core_dl, otherwise it couldn't download from github. Took me ages to figure this bad boy out. b0253a9 Also, i'm not sure about glibc requirement. As it seems like it requires an old version, i set it at "non required" for now, we'll see if anyone complains about it being not compatible. |
|
WOW. I will look at all this work as soon a possible :) |
|
I will do a full test and check all the code before a commit. Probably not a good idea to commit when tired. At quick glance looks decent :D |
|
You're right :) Saving you some time : Crap, speaking of logs, i'm thinking now there won't have any due to the fact that it's not using tmux anymore... Brrrr ! Now i need to find a workaround. I'll probably use tmux anyways then, will have to rework start and stop, again. Edit : Problem solved, was quite easy actually. Solved another minor thing in mumbleserver main script. |
…-git-dl # Conflicts: # lgsm/functions/info_config.sh
Shuffled code to match update_ts3.sh also updated messages to reflect recent updates to update_ts3.sh
| echo -e "copying to ${filesdir}...\c" | ||
| fn_script_log "Copying to ${filesdir}" | ||
| cp -R "${lgsmdir}/tmp/murmur-static_${mumblearch}-${availablebuild}/"* "${filesdir}" | ||
| rm -R "${lgsmdir}/tmp" |
There was a problem hiding this comment.
Interesting : Is there a function removing the temp dir that i don't know ? :)
There was a problem hiding this comment.
The tmp dir does not get removed currently. However that may change at some point
…-git-dl # Conflicts: # lgsm/functions/command_details.sh # lgsm/functions/command_install.sh # lgsm/functions/command_stop.sh # lgsm/functions/info_config.sh
|
Im testing this currently. Should be able to merge soon :) |
Fixed gamelogdir and shuffled stuff around to match other scripts.
|
Awesome work. Mumble server has never been better!!! |
|
Thanks ! It really needed it; most functions were not working, it was pretty much unusable. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I've added install, update, monitoring functions, fixed start, stop and details functions...
Everything is now working fine during my testing.
More than fixes #745