Commit Graph

636 Commits

Author SHA1 Message Date
Marcus Whybrow
d3a4b4a72e Merge pull request #110 from c0smic/patch-1
Fix typo in cron file
2012-11-10 07:40:59 -08:00
Jack Ketcham
a86fbf9519 Fix typo in cron file 2012-11-09 17:37:34 -07:00
Marcus Whybrow
aeedd5a2ac Added -d flag to the mktemp command
Apparently this forces mktemp to create a directory.
Fixes #106
2012-11-04 23:15:15 +00:00
Marcus Whybrow
2523f689a5 Change RAMDISK_STORAGE_ENABLED to be enabled by default in conf file 2012-11-04 03:25:27 +00:00
Marcus Whybrow
63c7134ee8 Bump version to 0.8.13
fix #105
2012-11-04 03:05:42 +00:00
Marcus Whybrow
7bce9b16fd Enable ramdisk by default 2012-11-04 02:56:11 +00:00
Marcus Whybrow
484fb8851a Correct property loading 2012-11-04 02:53:00 +00:00
Marcus Whybrow
38fec75b4a Add missing closing square bracket 2012-11-04 02:49:07 +00:00
Marcus Whybrow
748b474e1b Add RAMDISK_STORAGE_ENABLED config option 2012-11-04 02:46:39 +00:00
Marcus Whybrow
ea0d49becb Bump version number to 0.8.12 2012-11-03 23:35:05 +00:00
Marcus Whybrow
58c9205d9e Implement msm jargroup changeurl command 2012-11-03 23:32:30 +00:00
Marcus Whybrow
0ebf0543ae Remove that dodgy phpenv script, again. 2012-11-03 23:12:07 +00:00
Marcus Whybrow
3e89a8a347 Remove exit if useradd command fails
This would be the case if the user already exists
2012-11-03 23:07:03 +00:00
Marcus Whybrow
4a830b3c7a Fix empty input overriding defaults 2012-11-03 23:05:02 +00:00
Marcus Whybrow
b30ce11a96 Stop "selecting default values" overriding them as empty strings 2012-11-03 22:50:25 +00:00
Marcus Whybrow
0873b4f92d Update readme to contain both debian and redhat installers 2012-11-03 22:42:28 +00:00
Marcus Whybrow
8c00a47fd7 Fix bug on Ubuntu with mktemp command 2012-11-03 22:35:29 +00:00
Marcus Whybrow
af7f7de77a Tidy up sourcing code 2012-11-03 22:35:11 +00:00
Marcus Whybrow
b070eeb4d1 Switch to download and source common.sh method again 2012-11-03 22:24:25 +00:00
Marcus Whybrow
014ef73ed2 Don't use heredoc for sudo wrapping 2012-11-03 22:20:53 +00:00
Marcus Whybrow
2f41ae5552 Save common.sh, then source it and remove it 2012-11-03 21:31:25 +00:00
Marcus Whybrow
92fef004ef Chcnage install to install_msm
install is already a command
2012-11-03 21:23:15 +00:00
Marcus Whybrow
00a2251823 Move install process to a sourceable function 2012-11-03 21:20:16 +00:00
Marcus Whybrow
63d2e21dbe Merge pull request #103 from jvz/master
Fixed typo in installers/common.sh
2012-11-03 13:58:57 -07:00
Marcus Whybrow
7f40fed4d0 Add donate button
Plus update links to use new URL
2012-11-03 17:34:16 +00:00
Marcus Whybrow
ea99961a2f Remove CNAME file
It's supposed to go in gh-pages (duh)
2012-11-03 16:43:54 +00:00
Marcus Whybrow
923f9dc0fa Troublestop travis script deletion now timesout 2012-11-03 15:35:41 +00:00
Marcus Whybrow
81afe60f03 Add msmhq.com as a CNAME 2012-11-03 15:16:52 +00:00
Matt Sicker
63dc4e223e Fixed typo in common.sh 2012-10-31 11:38:51 -05:00
Marcus Whybrow
f5790358eb Merge pull request #97 from escortkeel/master
Fix readme install link
2012-09-29 07:10:05 -07:00
Keeley Hoek
fdcde4a75b Fix install script link 2012-09-22 18:16:42 +10:00
Marcus Whybrow
19e899f05e Update install link to raw version 2012-09-15 23:48:29 +02:00
Marcus Whybrow
471bab8242 Actually execute the install file 2012-09-13 20:06:00 +01:00
Marcus Whybrow
693dfb13fd Make install script accessible via HTTP 2012-09-13 19:55:31 +01:00
Marcus Whybrow
f068a10360 Merge pull request #91 from jvz/multi-install
Multi install
2012-09-13 09:47:13 -07:00
Matt Sicker
6967455c8f Added insserv support for Debian install script. 2012-09-02 13:29:17 -05:00
Matt Sicker
526bb07a15 Minecraft user group is created along with user. 2012-09-02 13:16:33 -05:00
Matt Sicker
0f94ed7153 Added do-nothing patch for init script. 2012-09-02 13:02:05 -05:00
Matt Sicker
c191a0cc2d Abstracted install.sh and implemented Debian and Red Hat installs. 2012-09-02 12:45:09 -05:00
Matt Sicker
138ef441ab Split out install script into separate file. 2012-09-02 10:54:24 -05:00
Matt Sicker
070eaab0b8 Corrected matching for toggledownfall. 2012-09-01 10:41:38 -05:00
Matt Sicker
1f7007ad61 Updated msm.conf for Minecraft 1.3 messages. 2012-09-01 10:41:38 -05:00
Matt Sicker
4a30624169 Added Bukkit-specific save messages. 2012-09-01 10:33:41 -05:00
Matt Sicker
0b8328b3fe Added check for wget --trust-server-names option. 2012-09-01 10:10:22 -05:00
Matt Sicker
58378250cf Merge https://github.com/marcuswhybrow/minecraft-server-manager
Conflicts:
	msm.conf
2012-09-01 10:01:51 -05:00
Matt Sicker
d8cfd82425 Fixed msm.conf for Bukkit server messages. 2012-08-17 09:50:27 -05:00
Marcus Whybrow
a826b1bbfb Add "cron reload" command to install script 2012-08-17 01:27:42 +02:00
Marcus Whybrow
bea1433ead Bump version to 0.8.11 2012-08-13 02:52:25 +01:00
Marcus Whybrow
f065622794 Add "update" and "help" as invalid server names 2012-08-13 02:49:49 +01:00
Marcus Whybrow
36a29a84dc Fix #76. Prevent bash completion from failing on help and update 2012-08-13 02:49:29 +01:00